-
New Feature
-
Resolution: Unresolved
-
Major
-
Jenkins ver. 2.138.2
I have Jenkins Mutibranch pipeline. I want to integrate my Jira with one of multibranch project. I have installed the JIRA Trigger Plugin and configured Webhook in Jira. however, when I checked in my Jenkins job configuration, its does not show me the Build when an issue is updated in JIRA but it shows when I go to View Configuration in the particular branch. it allows me to select the Build when an issue is updated in JIRA but there is no option to save the changes. I know this might be a reason the option is view only and the parameters getting from jenkinsfile. but how can I get this work when using mutibranch pipeline in Jenkins?
- Is anyone configured JIRA Trigger Plugin with Jenkins mutibranch project where using Jenkinsfile? and what is the correct way of integrating this?
- Should I do some coding in the Jenkins file to get this done?