jira-suite
bakabit
Contributor
Swagger: /api/v1/bakabit/collections/jira-suite/swagger
Last Updated: 8 months ago
# records: 20
Lists sprints in Jira for a specific board with optional pagination parameters. If board ID is not provided, returns a list of available boards.
Creates a new Jira issue with the specified project key, issue type, summary, and optional description and additional fields. If projectKey or issueType is not defined, returns the list of available project keys or issue types.
Lists fix versions in Jira for a specific project with optional pagination parameters. If project ID is not provided, returns a list of available projects.
Updates a fix version in Jira with specified parameters such as version ID, name, description, project, start date, and release date. If version ID is not provided, returns a list of available versions.
Updates a sprint in Jira with specified parameters such as sprint ID, name, start date, end date, goal, and state. If sprint ID is not provided, returns a list of available sprints.
Deletes a fix version in Jira by its version ID.
Creates a new fix version in Jira with specified parameters such as name, project, start date, and release date. If project is not provided, returns a list of available projects and prompts the user to select one.
Deletes a sprint in Jira by its sprint ID.
Creates a new sprint in Jira with specified parameters such as name, board ID, start date, end date, and goal. If board ID is not provided, returns a list of available board IDs.
Update Jira issue details, including custom fields like priority, story points, sprint, etc. Requires `bodyData` argument to be provided.
Transitions a Jira issue to a new status with the specified transition ID and optional additional fields. If the transition ID is not provided, it returns the available transitions.
Assigns a Jira issue to a specified assignee. If the assignee is not provided, it returns the available assignees for the issue.
Links two Jira issues with the specified link type. If the link type is not provided, it returns the available link types.
Delete a specific comment from a Jira issue.
Update an existing comment on a specific Jira issue.
Retrieve a specific comment by its ID for a specific Jira issue.
Add a comment to a specific Jira issue.
Retrieve all comments for a specific Jira issue.
Fetches detailed information about a specific Jira issue, including its description.
Search for Jira issues using JQL.