We are starting the JSM journey and looking to integrate the tickets that get triaged/estimated cloned into the relevant engineering project upon reaching a certain column to then be completed however that team wishes to complete.
whats the best way to do this?
Then an admin on the JSM side can move that ticket based on notifcations/updates from that project team.
* understood that moving an issue completely is not ideal as JIRA deletes the original ticket from the original board.
*if any of the above has an automation in JIRA we can use, that would be very helpful!
Hi @james_lim and welcome to the community!
If you are willing to try a third-party app, you could try our Deep Clone for Jira.
Deep Clone can clone your tickets from JSM to any other project type with their comments, attachments, and other custom fields.
You can also use a Jira Automation or status changes to trigger a clone with the Post Function Clone feature.
Hi James - Welcome to the Atlassian Community!
Not sure I am completely following you. The JSM ticket comes in and you clone that ticket to a Jira Software project at some point in the workflow. Correct? Are you needing help with that? Or when something happens later?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey John,
thanks for responding! i updated the ticket as actually didnt raise a question!
We are starting the JSM journey and looking to integrate the tickets that get triaged/estimated cloned into the relevant engineering project upon reaching a certain column to then be completed however that team wishes to complete.
whats the best way to do this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So if I understand you, when the request ticket reaches a certain step in the workflow (i.e. status) then the issue should be cloned into the engineering project. Correct?
If so, you can create an automation rule based on an Issue Transitioned trigger. Choose the status that it is transitioning into.
Then add any Conditions about the request ticket if needed/desired.
Then add an action for Clone Issue - be sure to change the Project to reflect the one it is going into.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for this, after an issue transition trigger, can the ticket then be moved to another project board?
if so, will it need to be cloned first before moving it to another board or can both actions happen in combination?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi James,
There's actually a Clone issue action in Automation.
And, there's also a Move issue to board action too that is specific for Software projects. Try playing around with Automation, it might help you with your requirements here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also, you don't really move an issue to a Board. Each board has a filter and the issue either meets the criteria of the filter and shows on the board, or it doesn't.
So the question would be, what does that board's filter look like? And then your issue must meet that.
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.