Supported Providers
Jira Cloud Provider
Jira Cloud provider is a provider used to query data and creating issues in Jira
Inputs
The query
function take following parameters as inputs:
host
(required): Jira host name of the project.board_id
(required): Jira board id.email
(required): Your accout email.
The notify
function take following parameters as inputs:
host
(required): Jira host name of the project.email
(required): Your accout email.project_key
(required): Your jira project key.summary
(required): Incident/issue name or short description.description
(optional): Additional details related to the incident/issue.issue_type
(optional): Issue type name. For example:Story
,Bug
etcissue_id
(optional): When you want to update an existing issue, provide the issue id.
Outputs
Authentication Parameters
The query
and notify
function requires an api_token
from Jira.
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.