Project JIRA Service Desk has its own fix version. This ticket is paused waiting for backlog ticket fix via another Jira project.
How do I get a report to extract when backlog ticket is changed OR is there any automation to update the JIRA Service Desk fix version when backlog ticket gets reprioritised and fix version changes as currently this is all done manually. I
PROJECT-123 [Jira Service Desk project] will be fixed by ABC-123 [Jira project] fix version 21.02
ABC-123 later gets prioritised to fix version 21.03 - in order to update PROJECT-123 to correct fix version (in JIRA Service Desk) a manual check is performed.
Hi @Julie Sagar
Versions are project specific - so even if they have the same name, they're technically two unique Versions.
There are some options though...
--------------
Automation Rules would need to be per FixVersion for this to work. This is because Automation Rules could not reference the "same" FixVersion name across two projects.
There might be something you can do using Smart Values, for example using {{issue.fixVersions.name}} to compare name similarities? I haven't been able to get this to work effectively though.
To build a rule per FixVersion, you'll need to be a Jira Admin and then:
Then create more rules, one per FixVersion. You'd need to add rules whenever a new Version is created.
You could also do this by using the If/Else Block condition and run it all under one rule - although it could get quite complicated over time.
These instructions assume there's only one trigger project, and one linked project, issues are within. It also assumes the FixVersions can be easily identified for the Action (eg. they have a UID per project).
--------------
Alternatively, you can search for FixVersion changes - although it would still work best per FixVersion.
Natively, what you could do is:
You could then use this check to see where FixVersions have changed, and update the related issues. You'd need to add more filters as you add Versions.
I would change the updated parameter in (2) based on whether it's a Dashboard (eg. change to ORDER BY updated DESC), or to align to the timeframe chosen in your Subscription.
--------------
If you'd like to go further than this with search - such as comparing two different FixVersions using JQL - you'll need an app offering more advanced JQL functions, like ScriptRunner.
Then you could compare where FixVersions don't match in the same query, using linkedIssuesOf
--------------
Let us know if any of these options work for you!
If you'd like further help to implement any of these, please provide more specifics around your Projects and FixVersions.
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.