Ingra Logo

INGRA

Marketplace Overview Docs
  1. jira-suite

    Jira

    jira-suite

    OpenAPI JSON is not available for a collection you are not subscribed to.

    Owner

    BA

    bakabit

    Contributor

    Details

    Swagger: /api/v1/bakabit/collections/jira-suite/swagger

    Last Updated: 12 months ago

    Description

    A collection of functions to automate activities around Atlassian Jira. This collection requires you to set environment variables such as ATLASSIAN_API_KEY, ATLASSIAN_EMAIL, and ATLASSIAN_HOST.

    Functions

    # records: 20

    • Previous
    • 1
    • Next

    listJiraSprints

    Lists sprints in Jira for a specific board with optional pagination parameters. If board ID is not provided, returns a list of available boards.

    Jira
    Sprint
    GET
    3 arguments

    createJiraIssue

    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.

    Jira
    POST
    7 arguments

    listJiraFixVersions

    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.

    Jira
    FixVersion
    GET
    1 argument

    updateJiraFixVersion

    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.

    Jira
    FixVersion
    PUT
    8 arguments

    updateJiraSprint

    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.

    Jira
    Sprint
    PUT
    6 arguments

    deleteJiraFixVersion

    Deletes a fix version in Jira by its version ID.

    Jira
    FixVersion
    DELETE
    1 argument

    createJiraFixVersion

    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.

    Jira
    FixVersion
    POST
    7 arguments

    deleteJiraSprint

    Deletes a sprint in Jira by its sprint ID.

    Jira
    Sprint
    DELETE
    1 argument

    createJiraSprint

    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.

    Jira
    Sprint
    POST
    5 arguments

    updateJiraIssue

    Update Jira issue details, including custom fields like priority, story points, sprint, etc. Requires `bodyData` argument to be provided.

    Jira
    PUT
    2 arguments

    transitionJiraIssue

    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.

    Jira
    POST
    3 arguments

    assignJiraIssue

    Assigns a Jira issue to a specified assignee. If the assignee is not provided, it returns the available assignees for the issue.

    Jira
    POST
    2 arguments

    linkJiraIssues

    Links two Jira issues with the specified link type. If the link type is not provided, it returns the available link types.

    Jira
    POST
    3 arguments

    deleteJiraIssueComment

    Delete a specific comment from a Jira issue.

    Jira
    DELETE
    2 arguments

    updateJiraIssueComment

    Update an existing comment on a specific Jira issue.

    Jira
    PUT
    3 arguments

    getJiraIssueCommentById

    Retrieve a specific comment by its ID for a specific Jira issue.

    Jira
    GET
    2 arguments

    addJiraIssueComment

    Add a comment to a specific Jira issue.

    Jira
    POST
    2 arguments

    getJiraIssueComments

    Retrieve all comments for a specific Jira issue.

    Jira
    GET
    1 argument

    getJiraIssueDetails

    Fetches detailed information about a specific Jira issue, including its description.

    Jira
    GET
    1 argument

    searchJiraIssues

    Search for Jira issues using JQL.

    Jira
    GET
    4 arguments