You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Is it possible in jira automation to convert a task to a sub task and linked it to a specifique task # ? If so , how to do it ?
I found this thread looking for answers, adding my workaround to help others searching for answers too!
- Move is not available in automation
- Instead you can clone the story/task
- Set issue type to subtask, copying all the original details
- Set the desired parent issue
- Delete the original story
Looks like the attached pic, hope this helps!
Convert to a subtask is basically a "move issue" operation. Due to various complexities around moving issues, most of the automation suites don't seem to support it. Its not exposed in the rest API for example.
The closest that people seem to come to is creating a new issue that is a subtask with the data from the original issue, the deleting the issue. But as you can imagine there is some complexity with this as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If I move the issue, I think I can do that, how can I link this issue to a specific issue # ?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Manually via the web interface. Under the "more" menu
There is a convert to subtask option that will ask you what issue you want to be a subtask of.
As I said, there isn't automation for move or convert to subtask. Has to be done via the web interface
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.