Hi,
I'm wondering if anyone can help me . I'm trying to see if I can create an automation rule to link issues together based on a value in one of the custom fields.
The custom field contains a unique issue number and I would like that issue to be linked with the current issue.
When an issue is created and issue number field is not empty, copy the value, look up the issue and if it's equal to link issues together.
Is this possible?
Thanks
Hi @Martina Young - Yes this should be possible. It would look something like this:
Hi @Mark Segall
Thanks for your response.
I have used add comment action as issue can not be found with digits only and must include project reference (SSRCE).
Error linking issues
: At least one of 'id' or 'key' is required to identify an issue.
I have used Add comment action as custom field only contains the number and it will not find related issue.
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.
Since your target project is static, you should be able to avoid the whole branch by doing this with your link:
SSRCE-{{issue.Early Engagement ticket number}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks you. I've managed to do it this way as I was getting an error messages.
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.