In Jira DC Instance we have a Team custom field where values are Dev, QA, Prod. We have integration from Github to Jira to automatically change the statuses based on Trigger (Pull request created).
Ex: if PR is created in github, on workflow we added a trigger to move the ticket from "To-Do" to "In Review" status automatically but one of the team is requesting to stop trigger for their team.
QQ) Is there a way to turn-off trigger in workflow if condition matches (i.e, Cfvalue = QA)
Thanks!