Jira
JSON →Interact with Jira to manage issues, projects, and workflows using the Jira Cloud Platform REST API.
Tools · 20
- get_all_agile_boards Retrieve all available agile boards
- get_epics_from_board Get all epics associated with a specific board
- get_issues_from_board Get all issues from a specified board
- get_issues_from_epic Retrieve all issues associated with a specific epic
- get_issues_from_sprint Get all issues from a specified sprint
- get_sprints_from_board Retrieve all sprints associated with a board
- move_issues_to_epic Move specified issues under an epic
- add_jira_comment Add a comment to a Jira issue
- create_issue Create a new Jira issue
- delete_issue Delete an existing Jira issue
- get_issue Retrieve details of a specific issue
- get_issue_fields Get all available fields for issues
- get_issue_transitions Get possible status transitions for an issue
- get_project_versions Get all versions in a project with pagination support
- search_issue_by_jql Search for issues using JQL (Jira Query Language)
- transition_jira_issue Change the status of an issue
- update_issue Update the details of an existing issue
- add_jira_attachments add attachments to an existing issue
- search_user Find Jira users based on search criteria
- get_myself_info Get information about the authenticated user
Links
★ 1 GitHub stars