Issue:
The issue type "Story" is now showing as "Story (migrated)" in one of the projects.
This issue seems to have occurred after a project was imported.
Steps taken:
I found one solution here. However, since I am new to this, I am not sure how to proceed. I am looking for a possible solution on how to revert "Story (migrated)" to "Story" and in this process restore all the older tickets that have "Story (migrated)" to "Story."
Also, please help me with steps on how this can be avoided in the future.
Please let me know if any other details are required.
Any help is much appreciated!
Thank you!
You are right about the cause of your problem. Objects that have been migrated from another instance/site often create duplicates if the object already exists in the target instance.
What I would do in your case is to write an automation rule, which updates the issue type from the migrated one to the original one.
You can use a scheduled trigger with the JQL "issuetype = story (migrated)" together with an edit issue action to change the issue type.
Before you actually change the issue type, you should check the issue type screen schemes, issue type schemes and all other configurations aswell. The goal is to replace the migrated issue type in every configuration possible and delete the migrated issue type after that, so that there only leaves
From my experience, Atlassian Support does not offer any meaningful support on this topic. But it certainly doesn't hurt to open a ticket.
Hi @srikanth_rao ,
And a warm welcome to the Community!
To fix your issues, you might want to
From the conversation within the ticket you've mentioned, I'd assume that this supposedly bug should not be there anymore. If that's not the case, you might want to reach out for the official support.
Greetings from Germany,
Thorsten
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Addition:
While I was checking the easiest way to remove the wrong issue type, "Story (migrated)", I saw that the "Delete Issue Type" now comes with a "Migrate Issues" button. That being said, the first and second steps mentioned above might be replaced by heading over to your issue type settings (%yourSite%.atlassian.net/jira/settings/issues/issue-types) and selecting the "Delete" option for "Story (migrated)." The next dialogue should show the number of affected issues and the "Migrate Issues" button.
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.