Software for bug tracking, issue tracking and agile project management
jira.createIssue
parentKey
(TEXT, Optional): The key of the parent issue, e.g. key of an epic
assigneeId
(TEXT, Optional): The Account ID of the assignee userdescription
(MULTI_LINE_TEXT, Optional): A description of the issue (plain text or JSON-formatted Jira document)projectKey
(TEXT, Required): The key of the project to assign the newly created issue tosummary
(TEXT, Required): A short summary of the issueissueTypeId
(TEXT, Required): The ID of the issue typecustomFields
(TEXT, Optional): Custom field values when creating a Jira issue (JSON object)jira.searchforIssues
jql
(TEXT, Optional): A JQL expression for performance reasons, this parameter requires a bounded query
fields
(TEXT, Optional): A list of Jira issue fields to include in the response, formatted as a JSON arrayjira.getIssueTypesforProject
projectId
(TEXT, Required): The ID of the projectjira.getAllIssueTypesforUser
jira.getRecentProjects
jira.findUsers
query
(TEXT, Optional): A query string that is matched against user attributesjira.getCurrentUser
jira.getIssue
issueId
(TEXT, Required): ID or key of the issue that should be retrievedjira.updateIssue
issueId
(TEXT, Required): ID of the issue that should be updated
assigneeId
(TEXT, Optional): The Account ID of the assignee userdescription
(TEXT, Optional): A description of the issueprojectKey
(TEXT, Optional): The key of the project to assign the newly created issue tosummary
(TEXT, Optional): A short summary of the issueissueTypeId
(TEXT, Optional): The ID of the issue typecustomFields
(TEXT, Optional): Custom field values when updating a Jira issuejira.createSubtask
parrentissueKey
(TEXT, Required): The key of the parent issue
summary
(TEXT, Required): The title/summary of the subtaskprojectKey
(TEXT, Optional): The project key (will be extracted from parent issue if not provided)subtasktypeId
(TEXT, Optional): The ID of the subtask issue type (defaults to ‘10000’)description
(TEXT, Optional): A description of the subtaskassigneeId
(TEXT, Optional): The ID of the user to assign the subtask toreporterId
(TEXT, Optional): The ID of the user who is reporting the subtaskpriorityId
(TEXT, Optional): The ID of the priority level for the subtaskcustomFields
(TEXT, Optional): Custom field values when creating a Jira subtaskjira.moveIssuebyTransitionID
issueId
(TEXT, Required): ID or key of the issue that should be moved
transitionId
(TEXT, Required): ID of the transition to performcomment
(TEXT, Optional): A comment to add during the transitionjira.getTransitionID
issueId
(TEXT, Required): ID or key of the issue for which the transitions should be receivedjira.getFieldMetadataforIssueType
projectId
(TEXT, Required): ID or key of the project the issue metadata should be received for
issueTypeId
(TEXT, Required): ID of the issue type the data should be retrieved forjira.getProject
projectIdOrKey
(TEXT, Required): The project ID or project key
expand
(TEXT, Optional): Use expand to include additional information in the responseproperties
(TEXT, Optional): A list of project properties to return for the projectjira.getComments
issueIdOrKey
(TEXT, Required): The ID or key of the issue
startAt
(TEXT, Optional): The index of the first item to return in a page of resultsmaxResults
(TEXT, Optional): The maximum number of items to return per pageorderBy
(TEXT, Optional): Order the results by a fieldexpand
(TEXT, Optional): Use expand to include additional information about commentsjira.addComment
issueIdOrKey
(TEXT, Required): The ID or key of the issue
comment
(MULTI_LINE_TEXT, Required): The text content of the commentvisibilityType
(TEXT, Optional): Whether the comment visibility is restricted by group or project rolevisibilityValue
(TEXT, Optional): The name of the group or the name of the project rolevisibilityIdentifier
(TEXT, Optional): The ID of the group or the name of the project roleexpand
(TEXT, Optional): Use expand to include additional information about commentsproperties
(TEXT, Optional): A list of comment properties as JSONjira.updateComment
issueIdOrKey
(TEXT, Required): The ID or key of the issue
commentId
(TEXT, Required): The ID of the commentcomment
(MULTI_LINE_TEXT, Required): The text content of the commentvisibilityType
(TEXT, Optional): Whether the comment visibility is restricted by group or project rolevisibilityValue
(TEXT, Optional): The name of the group or the name of the project rolevisibilityIdentifier
(TEXT, Optional): The ID of the group or the name of the project rolenotifyUsers
(TEXT, Optional): Whether users are notified by emailoverrideEditableFlag
(TEXT, Optional): Whether screen security is overriddenexpand
(TEXT, Optional): Use expand to include additional information about commentsproperties
(TEXT, Optional): A list of comment properties as JSONjira.getProjectStages
projectId
(TEXT, Required): ID or key of the project the stages should be retrieved forjira.updatedIssue
projectKey
(TEXT, Optional): The key of the project that should trigger the workflow
issueType
(TEXT, Optional): The type of issue that should trigger the workflowjira.newIssue
jira.newIssueJQL
jqlQuery
(TEXT, Required): JQL query to filter issuesjira.createIssue
teamId
(TEXT, Required): The ID of the team to create the issue in. Team id’s can be retrieved using the ‘Get teams’ action
title
(TEXT, Required): The title of the issuedescription
(TEXT, Optional): The description of the issue in markdown formatoptions
(OBJECT, Optional): Provide additional Linear issue properties as a JSON object. This field accepts any valid Linear issue fields beyond the basic ones abovejira.createComment
issueId
(TEXT, Optional): The ID of the issue to comment on
commentBody
(TEXT, Required): The body of the comment to addjira.updateanIssue
title
(TEXT, Optional): The new title of the issue
assigneeId
(TEXT, Optional): The ID of the person assigned to the taskstateId
(TEXT, Optional): The state of the issue. Can be Backlog, Todo, To discuss, In Progress, Blocked, In Review, Waiting for Release, Done, Canceled, TriageissueId
(TEXT, Required): The ID of the issue that should be updatedjira.getIssueDetails
issueId
(TEXT, Required): The ID of the issuejira.getTeamMembers
teamId
(TEXT, Required): The ID of the teamjira.getCurrentUser
jira.getTeams
jira.getIssuesinTeam
teamId
(TEXT, Required): The team ID to use for searching issuesjira.searchIssues
teamId
(TEXT, Optional): The ID of the team to search issues in. Leave empty to search across all teams
query
(TEXT, Optional): Text to search for in issue titles and descriptionsstatus
(TEXT, Optional): Filter by issue status (e.g., ‘backlog’, ‘in_progress’, ‘done’)assigneeId
(TEXT, Optional): Filter issues by assignee IDlimit
(TEXT, Optional): Maximum number of issues to return (default: 50, max: 100)Issue | Solution |
---|---|
Authentication failed | Verify your OAuth credentials |
Rate limit exceeded | Reduce request frequency |
Data not found | Check permissions and data availability |
Connection timeout | Verify network connectivity |