We want to integrate JIRA with GITLAB for the approval. When CICD Pipeline runs it deploys to DEV/QA and when it deploys to PROD we want to check two things
- One Merge request approval by a manager/code owner
- It has be approved by a business user.
We dont want the business user to get access for gitlab and set up an approval there.When JIRA ticket is marked as an approved by him we want the pipeline to run .
Is this scenario possible by using like JIRA API or is there a better way to do this?
Thanks