I have included a Jira ticket ID in all commit messages. To ensure the validity of this ticket (issue ID), I am seeking a method to perform validation. Could you kindly provide guidance on how to achieve this?
Example:-
My Board name is ABC
My Ticket (Issue ID) is ABC-105
@Jeevan Mahesha, what do you mean by validation of a ticket? Do you want to know whether it exists or it exists on a given board or something else maybe?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In this case, I would just add a condition to the rule: key in (ABC-123)
Use IF, ELSE component if you want to run different actions in both cases or use a simple JQL condition if you want to stop the automation in case of an invalid issue key.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.