We are using Jira Service Desk to receive issues/questions from customers and Software Kanban boards to allow teams to work through them.
I have managed to created the "linked issue" so that a Kanban card is created and linked to its respecitve Jira ticket - but the Kanban cards are blank.
I need the information supplied in the first ticket to be carried across to the Kanband card in full - what I am doing wrong?
Thanks in advance!
Hi @Luke Bryant
You will need to either:
Cheers
Thanks for your answer @Ismael Jimoh
I have access to another Jira Service Desk where this happens automatically. Is there a Plugin or another process that can allow the automation of this?
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no plugin that automates a proper cloning process to my knowledge and also when you say automation what do you mean?
Adding to the above, check out automation for JIRA. I am not fully familiar with this since I have not used it much but from past experiences, it has a very intuitive UI that you could have a look at to see if it offers you what you want.
Cheers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What I am aiming for and need is just when a ticket is created in Jira Service Desk, that a card creates in the linked Kanban (this happens now) BUT importantly, the information in the SD ticket is copied into the Kanban card.
I am not worried about further editing etc, just the first information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry for the late reply.
If all you are interested in is the first part of the ticket then yes all the listed solutions work including the Scriptrunner option.
Similar to backbone which I mentioned in my last reply, you can also use Excalate which provides a very similar functionality and you can specify in each case to trigger the copy of information during the very first event. (Issue Created for Excalate or Backbone and Create issue transition post-function for Scriptrunner).
Hope this helps.
Regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Luke,
Thank you for your question.
I can confirm that the ScriptRunner for Jira Cloud plugin provides the Clone Issue workflow post function as described in the documentation page located here.
Using this post function you can clone an issue during a workflow transition in either the current project or to a different project and can specify the link type to use.
I can confirm that when cloning the issue that the custom fields and comments will be copied across as mentioned in the documentation page linked above.
Please note that this function only clones the issue as it was when the post function is run and does not sync any changes to the cloned issue when the issue it was cloned from is updated.
If this response has answered your question can you please mark it as accepted so that other users can see it is correct when searching for similar answers.
Regards,
Kristian
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.