-
Bug
-
Resolution: Unresolved
-
Critical
-
None
Hi Team ,
We are using plugin version 0.6.3 and jenkins 2.150.2 is running on linux environment. We are using " Build when an issue is updated in JIRA" as the build trigger followed by jql query to trigger a jenkins job when a story under a particular project is moved from status A to B in Jira workflow. The jql query syntax being used is :-
project = "Test Project" AND status = "Deploy" and os = linux
Strangely , the workflow never gets triggered when we move a story to Deploy state in workflow. The next phase in the workflow is QA . When the story moves to the stage QA , it triggers the pipeline which was supposed to get triggered when the story reached the status "Deploy". Not sure where we are going wrong. Any help would be greatly appreciated.
Have you tried the Changelog Matcher? You can match the status there, instead of using JQL to avoid hitting JIRA. It sounds like a support or common question, I highly encourage you to ask the question in StackOverflow to get more help from the community, as per outlined here.