Skip to main content
This is on-prem Jira provider documentation, for regular please check Jira Provider.

Authentication

This provider requires authentication.
  • host: Jira Host (required: True, sensitive: False)
  • personal_access_token: Jira PAT (required: True, sensitive: True)
  • ticket_creation_url: URL for creating new tickets (required: False, sensitive: False)
  • verify: Verify the Jira server’s TLS certificate (required: False, sensitive: False)
Certain scopes may be required to perform specific actions or queries via the provider. Below is a summary of relevant scopes and their use cases:
  • BROWSE_PROJECTS: Browse Jira Projects (mandatory)
  • CREATE_ISSUES: Create Jira Issues (mandatory)
  • CLOSE_ISSUES: Close Jira Issues
  • EDIT_ISSUES: Edit Jira Issues
  • DELETE_ISSUES: Delete Jira Issues
  • MODIFY_REPORTER: Modify Jira Issue Reporter

In workflows

This provider can be used in workflows. As “step” to query data, example:
As “action” to make changes or update data, example:
Check the following workflow example: