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_issues data source in atlassian plugin #248

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

jira_issues data source in atlassian plugin #248

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_issues data source fetches issue objects from /rest/api/3/search HTTP POST endpoint.

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 HTTP request

Evaluation config

See the endpoint docs.

Evaluation config:

  • jql (optional) - a string value
  • fields (optional) - a list of strings
  • expand (optional) - a list of strings
  • properties (optional) - a list of strings
  • size (optional) - an int value

The data source must implement pagination to return the required number of items specified by size.

The data source returns a list of issue objects.

Additional Information

@traut traut added this to the v0.5 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