I currently use a custom field for Acceptance Criteria in Jira Issues. One aspect of this criteria is to include the list of prerequisite tickets/issues that must be completed before the dev can begin their work. I would like to create an automation similar to the "Link issues that are mentioned in the comments" feature, but for the acceptance criteria field.
Any help would be greatly appreciated!
Welcome to the Atlassian Community!
I created a custom field called "Tickets (acceptance criteria)" its ID is customFieldId=10065
If I understand what you want, create an automation as shown below, that is, when an issue key is typed in a field it links the issue.
Note: Change the JQL according to your project and item type!!!
See the result:
I hope it helps!
If so, please mark it as accepted answer!
Regards,
Anthony
@Daniela Salvador , Welcome to the Atlassian Community!
If I understand correctly, you have a field in Jira where you put issues that are Acceptance Criteria that must be completed before the current issue can be worked on. Now you want to link the issues you put into the Acceptance Criteria field with the current issue, correct?
If this is correct, you need to make something like this:
But I need to confess, you are doing the same thing as just linking the issues using the Link Issues feature
Let me know if I missed something
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.