Hi all please help me create an automation rule that will each for issues in a specific query and link them to an issue type based on matching criteria.
Context >> I have a release issue type to which I would like to link all issues that have the same fix versions as the release issue type. The complicated part is that issues can be assigned to a fix versions whenever and at the same time can be removed.
My thinking:
1. start with a trigger based on a daily schedule
2. when the schedule trigger runs take all release issues types and pass them down
3. search for all issues that have the same fixversion as the passing values
4. update the passing value with links for the matching issuetypes
BTW I found the solution on my own. Thank you so much
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For instance :
1. every 24 hours the automation searches for issues based on a query and gets issues XT-123456
2. passes the issues to a different query that searches issues matching XT-123456 fix version value
3. all issues that match are linked to the XT-123456
4. done
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.