Hey, I have an automation created that whenever a bug with priority 'Critical' is created, it's added to the current running sprint automatically. Now it shows up at the bottom of the sprint backlog. How can I push it up to rank 1 in the sprint backlog?
Hi @Lars Böhnke
I do not believe that is possible yet with actions. Here is the suggestion to add that feature: https://jira.atlassian.com/browse/JSWCLOUD-22673
Although I have not tried this, it appears to be possible to call the REST API with a web request and rank an issue before (or after) another one. So if you used JQL to find the current top issue (using an ORDER BY Rank ASC clause) you could adjust the bug just created relative to that one, say from a Lookup Issues set.
If you want to try that, here are some posts/documentation to get you started:
Kind regards,
Bill
It appears that this question is discussed in some detail in this thread. It appears that there are no actions available in Automation to update the rank, but you could do it through the use of Rest API.
Thanks,
Kian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, @Kian Stack Mumo Systems as I forgot that I had posted that answer in the past :^)
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.