Exemplary Use Case:
Issue Type - XYZ I have a BP ID field. "If by mistake anyone creates the Main ticket instead of a subtask, the new ticket which is created should automatically get added as a Sub-task under the existing Main ticket with the same bp id".
For example -
I have created the issue WC-2213 with BP ID 88
instead of the subtask, I have raised another issue WC-2214 with the same bp id.
Manually go to More >> Convert to a Subtask we can convert the subtask and linked to WC-2213.
But my product team won't do manually so when they created the issue with same BP ID then it will automatically convert to a subtask.
Is it possible with the script Runner Add-On?
If yes then please give me a solution......
Appreciate your quick response....
BR,
Andy
Hi,
this should be possible by creating a scripted listener who listens on create events (if this is the only situation where this should happen). This listener should check if there is another issue with the same project, issue type and BP ID and if yes convert the issue to a subtask of this issue (and maybe convert other issues found with the same BP ID?).
For converting issues to subtask take a look at com.atlassian.jira.web.action.issue.ConvertIssueToSubTask and com.atlassian.jira.bc.subtask.conversion.DefaultIssueToSubTaskConversionService.
Henning
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.