Supported Providers
Jira Cloud Provider
Jira Cloud provider is a provider used to query data and creating issues in Jira
Authentication
This provider requires authentication.
- email: Atlassian Jira Email (required: True, sensitive: False)
- api_token: Atlassian Jira API Token (required: True, sensitive: True)
- host: Atlassian Jira Host (required: True, sensitive: False)
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 examples:
Connecting with the Provider
- Go to https://id.atlassian.com/manage-profile/security/api-tokens to Create API token and generated token should be passed to jira authentication.
- Get
host
andboard_id
from your respective board from its URL. - Get
project_key
from your project > settings > details. email
would be same as of your account email.