I have numerous (few hundred) issues which have been 'auto' linked between each other
This issue has to be done before xxx
This issue has to be done after xxx
I am pretty sure this has been caused by an addin, but which one ?
JiraAgile
Structure
Links
Gantt ?
Maybe groovy?
def findLinkedChildrenOfIssue(issueId) { def issueLinks = issueLinkManager.getOutwardLinks(issueId) def subElements= issueLinks.findAll { it.getIssueLinkType().getName() == "<link type you are lookin for>" }.collect { it.getDestinationObject() } subElements }
you can then delete the link types from the parent and the child issues.
Thanks. Interesting addin!
In fact I was trying to find which addin has created these unwanted links which make no sense.
I was evaluating Gantt project and Gantt Plugin and I think one of them was the culprit of making lots of changes in my issues.
Anyone has any more info and how to rollback ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gregory,
There exists a plugin for such kind of actions
https://marketplace.atlassian.com/plugins/com.atlassian.jira.jira-autolink-plugin
maybe this one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.