You can trigger a workflow from a Jira issue or create a Jira ticket in a Jira project as a step in a workflow.
JRA-123
, the JRA
portion of the issue number is the project key.useremail:api_token
). Base64-encode the string by using a tool like https://base64encode.org. Before encoding your string will look like the following: email@example.com:12345
https://JIRA_SUBDOMAIN.atlassian.net/rest/api/latest/issue/
Basic JIRA_API_KEY
https://core.nextmatter.com/api/instances/
API-Key NEXT_MATTER_API_KEY
https://core.nextmatter.com/api/instances/{{webhookResponse.body.id}}/complete_step/
API-Key NEXT_MATTER_API_KEY
Where is the form field ID?
Where is the step ID?