Within 1 project, we want to ensure newly created bugs are placed at the top of the backlog.
This allows us to review all new bugs when we're in refinement.
Currently, my best attempt at an automation rule is:
So far, I haven't been able to find components that can change the rank.
Hi @Dwayne -- Welcome to the Atlassian Community!
To change the Rank of an issue, please call the REST API endpoint using the Send Web Request action. The essential rule outline could be:
If you want to try this method, here are some references to help:
Kind regards,
Bill
Hello, Good day. It looks like your requirement is similar to https://jira.atlassian.com/browse/AUTO-850. You can try using REST API calls to change the rank. Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your answer Mohanraj!
From what I understood, the API calls only allow you to update visible fields. As far as I know "Rank" is not a visible field.
How would one use the API call to update the rank relative to the highest item on a backlog?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.