Overview of Jira tools available in Reasoning Stack and how to use them after connecting your Jira account.
JIRA_CREATE_ISSUE
– Create a new Jira issue.JIRA_CREATE_ISSUES_BULK
– Create multiple Jira issues in bulk.JIRA_GET_ISSUE
– Retrieve details for a specific issue.JIRA_EDIT_ISSUE
– Edit fields of an existing issue.JIRA_UPDATE_ISSUE
– Update an issue’s properties.JIRA_DELETE_ISSUE
– Delete an issue.JIRA_TRANSITION_ISSUE
– Transition an issue to a new status.JIRA_ASSIGN_ISSUE
– Assign an issue to a user.JIRA_ADD_ATTACHMENT
– Add an attachment to an issue.JIRA_ADD_COMMENT
– Add a comment to an issue.JIRA_UPDATE_COMMENT
– Update a comment on an issue.JIRA_GET_COMMENT
– Retrieve a specific comment from an issue.JIRA_ADD_WATCHER
– Add a watcher to an issue.JIRA_GET_ISSUE_WATCHERS
– List watchers for an issue.JIRA_GET_ISSUE_WORKLOGS
– Retrieve worklogs for an issue.JIRA_DELETE_WORKLOG
– Delete a worklog entry from an issue.JIRA_GET_REMOTE_ISSUE_LINKS
– Get remote links associated with an issue.JIRA_SEARCH_ISSUES_GET
– Search for issues using GET (JQL or filters).JIRA_SEARCH_ISSUES_POST
– Search for issues using POST (JQL or filters).JIRA_GET_ISSUE_TYPES
– List all available issue types.JIRA_GET_ISSUE_TYPE_SCHEME
– Get the issue type scheme for a project.JIRA_CREATE_PROJECT
– Create a new Jira project.JIRA_DELETE_PROJECT
– Delete a Jira project.JIRA_GET_PROJECT
– Retrieve details for a specific project.JIRA_GET_BOARDS
– List all boards in Jira.JIRA_CREATE_SPRINT
– Create a new sprint.JIRA_GET_SPRINTS
– List sprints for a board.JIRA_ADD_ISSUE_TO_SPRINT
– Add an issue to a sprint.JIRA_CREATE_VERSION
– Create a new version in a project.JIRA_GET_STATUSES
– List all available statuses.JIRA_GET_TRANSITIONS
– Get possible transitions for an issue.JIRA_GET_RESOLUTIONS
– List all available resolutions.JIRA_GET_USERS
– List users in Jira.JIRA_GET_CURRENT_USER
– Retrieve the current authenticated user.JIRA_SEND_NOTIFICATION
– Send a notification to users.