Hey,
I have the following idea but can't get it to work:
The last point doesn't work. The automation always creates a linked issue regardless of whether one already exists.
Have I done anything wrong or is it simple not possible to do a check like this?
Thanks in advance!
Hi @Sautter, Tim ,
I see two possible issues:
I got this automation to work using the following Branch rule (obviously you can fine tune the conditions according to your own needs):
Again, make sure that your rule applies to both projects (see "Scope" in the image above). Otherwise the rule only checks for linked issues inside the current project.
Hope this helps!
What I don't understand is: why does this work then? I mean, the new task is also in another project, not covered by the Scope, but I can change fields there?
Ah, and I cant change the Scope :-/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Apologies, I missed your answer. It is probably way too late, but I'll answer anyway for anyone who finds this thread later:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Sautter, Tim
I would say its because its restricted to the SWAN project only the linked issues are from different project, they wont pop up in the JQL Search. You need it to set the rule for both projects in my opinion.
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.
HI @Sautter, Tim Welcome to the Atlassian Community!
Have you considered using "Contains" instead of starts with? I have used a similar query before and accomplished the same using "~".
Here is an example of how I have implemented it:
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.
@Sautter, Tim can we see a screenshot of where you are setting your link type in the create issue action? Could it be that you are reversing the link description? Adds vs. Added by? (not sure if added by is the reverse of adds, just guessing).
Jira issue link types have the following properties:
Name: The title for the link type
Outward description: The description of how an issue affects other issues
Inward description: The description of how an issue is affected by other issues
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The problem doesn't lay there. Here are 2 screenshots: before and after the status of the main issue changed:
[redacted]
--> There are now 2nd Planning task.
What I want to achieve is, that there are no duplicate tasks. Therefore I tried it by using an if condition checking for the newly created tasks name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not sure to understand, if you create a link that already exist (Link between A and B of type blabla), it will not duplicate the link.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't want to create a link. I am creating a new issue in another project, when the current issues status is changed.
What I want to change is, that this new issue is only created, if there is not already one with the same name (startsWith).
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.