I am using Scriprunner to copy an existing project along with all its issues.
The old issue links (blocks/blocked by) from the original project are getting carried over to the newly copied project. Is there a way I can identify & remove them using groovy.
You should be able to do a JQL search and then be able to process each Issue object to find it's links (there is IssueLinkManager interface for that) - can be done from the console.
You might find some good starting points at the Adaptavist library: https://library.adaptavist.com/search?term=issue%20links
Thanks Radek!
JQL isn't returning only the main issues, couldn't find one to populate only the links. Checked the library too but nothing ready made is available. Seems I would need help to customize the script.
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.