I am trying to create an action that will check the JIRA ID from the PR title is available in JIRA. I am using this workflow https://github.com/souro1212/Check-JIRA-in-PR but I don't know how the JIRA_BASE_URL and JIRA_API_TOKEN are named in my case.
You can get the JIRA_BASE_URL & JIRA_API_TOKEN from here: https://github.com/atlassian/gajira-login?tab=readme-ov-file#enviroment-variables
JIRA_BASE_URL
- URL of Jira instance. Example: https://<yourdomain>.atlassian.net
JIRA_API_TOKEN
- Access Token for Authorization. Example: HXe8DGg1iJd2AopzyxkFB7F2
(How To)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.