Hello,
In Jira Cloud, I have a issuetype that everyone needs to link an issue to it, but a lot of people put the wrong link, because there is no way to force a type of link in the issue.
So everytime someone creates an issue with a link, i want to automatically modify this link to the correct one. Right now the only rule that exists is for link an issue, but the issue is already linked, so I want to modify the existing link. Because the rule that exist right now would create a new link with the correct link.
Regads
Hey there Lara,
Unfortunately there's no way to modify / remove a link at the moment through Automation for Jira (see https://codebarrel.atlassian.net/browse/AUT-213)
I've added your vote to this ticket!
Cheers,
Mark C
Hello, Lara
If your issue should have only one link to another issue, then you can work on this algorithm:
1) When an issue with type issue "A" is created
2) Delete all links for this issue
3) Create a link of the desired type to the desired issue
This approach is a little crutch, but overall should work :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Yevhen,
Sorry but it can have multiple links.
Ej. I have
RELEASE-1 linked with "blocks" to PROBLEM-5
And them someone needs to link RELEASE-1 to FEATURE-6 but they get confused and use the "duplicated" link. I need all the links to be "blocks"
So everytime a issue is linked, change the link to "Blocks"
Regards
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.