We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jira_issue
atlassian
Atlassian Jira Cloud platform is often used as a case / task management system.
jira_issue publisher creates an issue in Jira Cloud Platform.
domain
account_email
api_token
account_email and api_token are used for basic auth in an HTTP request.
For details on the request body, see the Create issue and Edit issue endpoint docs.
Evaluation config:
issue_id
labels
If issue_id is set, the Edit issue request is sent, otherwise the issue is created.
Edit issue
The document must be formatted as ADF.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Atlassian Jira Cloud platform is often used as a case / task management system.
Design
jira_issue
publisher creates an issue in Jira Cloud Platform.Configuration details
domain
(required) - a string valueaccount_email
(required) - a string valueapi_token
(required) - a string valueaccount_email
andapi_token
are used for basic auth in an HTTP request.Evaluation config
For details on the request body, see the Create issue and Edit issue endpoint docs.
Evaluation config:
issue_id
(optional) - a string valuelabels
(optional) - a list of strings to be set on the issue.If
issue_id
is set, theEdit issue
request is sent, otherwise the issue is created.The document must be formatted as ADF.
Additional Information
The text was updated successfully, but these errors were encountered: