Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-57701

Plugin not triggering jobs based on selected jql

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • jira-trigger-plugin
    • 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. 

          [JENKINS-57701] Plugin not triggering jobs based on selected jql

          Wisen Tanasa added a comment -

          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.

          Wisen Tanasa added a comment - 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 .

            ceilfors Wisen Tanasa
            sunabc Ayan Gupta
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: