Skip to content
New issue

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 publisher in atlassian plugin #249

Open
traut opened this issue Oct 8, 2024 · 0 comments
Open

jira_issue publisher in atlassian plugin #249

traut opened this issue Oct 8, 2024 · 0 comments
Milestone

Comments

@traut
Copy link
Member

traut commented Oct 8, 2024

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 value
  • account_email (required) - a string value
  • api_token (required) - a string value

account_email and api_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 value
  • labels (optional) - a list of strings to be set on the issue.

If issue_id is set, the Edit issue request is sent, otherwise the issue is created.

The document must be formatted as ADF.

Additional Information

@traut traut added the publisher label Oct 8, 2024
@traut traut added this to the v0.6 milestone Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant