JQL automation for releases

Deleted user October 2, 2022

Hey im trying to create an automation that when i made a release it will update all tickets that are in QA ready and publish to marge to prod

but im getting this error

Error

  • The rule has been configured with components that require issues to be provided by the trigger. To run these components you must add a branch for this version or JQL. The following components require issues: Issue condition, Transition issue

what can i do?

2 answers

1 accepted

2 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 2, 2022

You need to do what it says - create a branch in the automation to run with the issues in that have the version the rule is supposed to be working with.,

Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 2, 2022

Hi @[deleted] 

Adding to what Nic suggests...

Looking at your rule, you may see it is triggered on Version Released...and the rule does not know which issues are associated to that version.  That error message is describing that condition.

To resolve this, you may add either of these immediately after the rule's trigger:

  • add a Branch on JQL to find the issues matching fixVersion to that version released
  • add a Branch on issues in the version

After that your rule would look like...

  • trigger
  • branch
    • condition test
    • action to transition

Please note: if the issues you want to change *are not* in that released version, just use a JQL Branch to find them.

Kind regards,
Bill

0 votes
Deleted user October 2, 2022

Screenshot 2022-10-02 110604.png

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events