Is it possible to make a condition in the automation, whereby the automation checks the issuetype of the linked issue from another project in the issue created in your current project?
I want to clone an issue to project a, if the issuetype that is linked in my current issue is one type, if it is another type I clone it to my project b
I did a structure that working to clone, but without this condition. I need this condition
It is possible to do that:
However, you have to be careful when doing this; any further actions will treat the linked issue as the issue the automation works on.
From the bottom part of your image it looks like you are trying to clone an issue, but using the linked issue branch will mean that the cloned issue will be the linked issue.
If you are aiming to clone the original ticket you would be better off using create issue, e.g.:
@Stephen_Lugton I want to clone an issue to project a, if the issuetype that is linked in my current issue is one type, if it is another type I clone it to my project b
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Diana Osorio In that case you'll have to add a second branch for linked issues below the first on with the check for that linked issue type there as well:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Diana Osorio One thing I may not have made clear is that if you create a new ticket rather than cloning it, all you have to do is copy all the fields you're interested in from the triggering ticket to the newly created ticket as part of the create ticket process - effectively you are cloning the ticket just using a workaround to allow you to check the issue type of the linked ticket.
You can also set the request type as part of the create new ticket options.
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.
Just want to check, is the linked issue in the same project?
And if not, have you set the automation up to work in both projects?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The linked issue is in a project called contract.
I set the automation as multiple projects and put project contract, support tech and cloud managed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Diana,
Add a Branch for Linked Issues above where you have the If
Then add a Condition to check the Issue Type
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You want the Condition to check the Issue Type of a linked issue, linked to your trigger issue?
If yes, I'd use a Related Issues Condition - setup might look like this...
Ste
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.
What's the specific need from this rule?
If you could explain the exact steps, we can help to guide the whole rule, rather than just one component.
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ste Wright
Thank you for your help
I want to clone an issue to project a, if the issuetype that is linked in my current issue is one type, if it is another type I clone it to my project b
I did a structure that working to clone, but without this condition. I need this conditio
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.