AACFlow

Jira

Interact with Jira

Usage Instructions

Integrate Jira into the workflow. Can read, write, and update issues. Can also trigger workflows based on Jira webhook events.

Tools

jira_retrieve

Input

ParameterTypeRequiredDescription
domainstringYesNo description
issueKeystringYesNo description
includeAttachmentsbooleanNoNo description
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
idstringIssue ID
keystringIssue key (e.g., PROJ-123)
selfstringREST API URL for this issue
summarystringIssue summary
descriptionstringIssue description text (extracted from ADF)
statusobjectIssue status
idstringStatus ID
namestringStatus name (e.g., Open, In Progress, Done)
descriptionstringStatus description
statusCategoryobjectStatus category grouping
idnumberStatus category ID
keystringStatus category key (e.g., new, indeterminate, done)
namestringStatus category name (e.g., To Do, In Progress, Done)
colorNamestringStatus category color (e.g., blue-gray, yellow, green)
statusNamestringIssue status name (e.g., Open, In Progress, Done)
issuetypeobjectIssue type
idstringIssue type ID
namestringIssue type name (e.g., Task, Bug, Story, Epic)
descriptionstringIssue type description
subtaskbooleanWhether this is a subtask type
iconUrlstringURL to the issue type icon
projectobjectProject the issue belongs to
idstringProject ID
keystringProject key (e.g., PROJ)
namestringProject name
projectTypeKeystringProject type key (e.g., software, business)
priorityobjectIssue priority
idstringPriority ID
namestringPriority name (e.g., Highest, High, Medium, Low, Lowest)
iconUrlstringURL to the priority icon
assigneeobjectAssigned user
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanWhether the user account is active
emailAddressstringEmail address of the user
accountTypestringType of account (e.g., atlassian, app, customer)
avatarUrlstringURL to the user avatar (48x48)
timeZonestringUser timezone
assigneeNamestringAssignee display name or account ID
reporterobjectReporter user
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanWhether the user account is active
emailAddressstringEmail address of the user
accountTypestringType of account (e.g., atlassian, app, customer)
avatarUrlstringURL to the user avatar (48x48)
timeZonestringUser timezone
creatorobjectIssue creator
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanWhether the user account is active
emailAddressstringEmail address of the user
accountTypestringType of account (e.g., atlassian, app, customer)
avatarUrlstringURL to the user avatar (48x48)
timeZonestringUser timezone
labelsarrayIssue labels
componentsarrayIssue components
idstringComponent ID
namestringComponent name
descriptionstringComponent description
fixVersionsarrayFix versions
idstringVersion ID
namestringVersion name
releasedbooleanWhether the version is released
releaseDatestringRelease date (YYYY-MM-DD)
resolutionobjectIssue resolution
idstringResolution ID
namestringResolution name (e.g., Fixed, Duplicate, Won't Fix)
descriptionstringResolution description
duedatestringDue date (YYYY-MM-DD)
createdstringISO 8601 timestamp when the issue was created
updatedstringISO 8601 timestamp when the issue was last updated
resolutiondatestringISO 8601 timestamp when the issue was resolved
timetrackingobjectTime tracking information
originalEstimatestringOriginal estimate in human-readable format (e.g., 1w 2d)
remainingEstimatestringRemaining estimate in human-readable format
timeSpentstringTime spent in human-readable format
originalEstimateSecondsnumberOriginal estimate in seconds
remainingEstimateSecondsnumberRemaining estimate in seconds
timeSpentSecondsnumberTime spent in seconds
parentobjectParent issue (for subtasks)
idstringParent issue ID
keystringParent issue key
summarystringParent issue summary
issuelinksarrayLinked issues
idstringIssue link ID
typeobjectLink type information
idstringLink type ID
namestringLink type name (e.g., Blocks, Relates)
inwardstringInward description (e.g., is blocked by)
outwardstringOutward description (e.g., blocks)
inwardIssueobjectInward linked issue
idstringIssue ID
keystringIssue key
statusNamestringIssue status name
summarystringIssue summary
outwardIssueobjectOutward linked issue
idstringIssue ID
keystringIssue key
statusNamestringIssue status name
summarystringIssue summary
subtasksarraySubtask issues
idstringSubtask issue ID
keystringSubtask issue key
summarystringSubtask summary
statusNamestringSubtask status name
issueTypeNamestringSubtask issue type name
votesobjectVote information
votesnumberNumber of votes
hasVotedbooleanWhether the current user has voted
watchesobjectWatch information
watchCountnumberNumber of watchers
isWatchingbooleanWhether the current user is watching
commentsarrayIssue comments (fetched separately)
idstringComment ID
bodystringComment body text (extracted from ADF)
authorobjectComment author
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanWhether the user account is active
emailAddressstringEmail address of the user
accountTypestringType of account (e.g., atlassian, app, customer)
avatarUrlstringURL to the user avatar (48x48)
timeZonestringUser timezone
authorNamestringComment author display name
updateAuthorobjectUser who last updated the comment
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanWhether the user account is active
emailAddressstringEmail address of the user
accountTypestringType of account (e.g., atlassian, app, customer)
avatarUrlstringURL to the user avatar (48x48)
timeZonestringUser timezone
createdstringISO 8601 timestamp when the comment was created
updatedstringISO 8601 timestamp when the comment was last updated
visibilityobjectComment visibility restriction
typestringRestriction type (e.g., role, group)
valuestringRestriction value (e.g., Administrators)
worklogsarrayIssue worklogs (fetched separately)
idstringWorklog ID
authorobjectWorklog author
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanWhether the user account is active
emailAddressstringEmail address of the user
accountTypestringType of account (e.g., atlassian, app, customer)
avatarUrlstringURL to the user avatar (48x48)
timeZonestringUser timezone
authorNamestringWorklog author display name
updateAuthorobjectUser who last updated the worklog
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanWhether the user account is active
emailAddressstringEmail address of the user
accountTypestringType of account (e.g., atlassian, app, customer)
avatarUrlstringURL to the user avatar (48x48)
timeZonestringUser timezone
commentstringWorklog comment text
startedstringISO 8601 timestamp when the work started
timeSpentstringTime spent in human-readable format (e.g., 3h 20m)
timeSpentSecondsnumberTime spent in seconds
createdstringISO 8601 timestamp when the worklog was created
updatedstringISO 8601 timestamp when the worklog was last updated
attachmentsarrayIssue attachments
idstringAttachment ID
filenamestringAttachment file name
mimeTypestringMIME type of the attachment
sizenumberFile size in bytes
contentstringURL to download the attachment content
thumbnailstringURL to the attachment thumbnail
authorobjectAttachment author
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanWhether the user account is active
emailAddressstringEmail address of the user
accountTypestringType of account (e.g., atlassian, app, customer)
avatarUrlstringURL to the user avatar (48x48)
timeZonestringUser timezone
authorNamestringAttachment author display name
createdstringISO 8601 timestamp when the attachment was created
issueKeystringIssue key (e.g., PROJ-123)
issuejsonComplete raw Jira issue object from the API
filesfile[]Downloaded attachment files (only when includeAttachments is true)

jira_update

Input

ParameterTypeRequiredDescription
domainstringYesNo description
issueKeystringYesNo description
summarystringNoNo description
descriptionstringNoNo description
prioritystringNoNew priority ID or name for the issue (e.g., "High")
assigneestringNoNo description
labelsjsonNoNo description
componentsjsonNoNo description
duedatestringNoNo description
fixVersionsjsonNoNo description
environmentstringNoNo description
customFieldIdstringNoNo description
customFieldValuestringNoNo description
notifyUsersbooleanNoNo description
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
issueKeystringUpdated issue key (e.g., PROJ-123)
summarystringIssue summary after update

jira_write

Input

ParameterTypeRequiredDescription
domainstringYesNo description
projectIdstringYesNo description
summarystringYesNo description
descriptionstringNoNo description
prioritystringNoPriority ID or name for the issue (e.g., "10000" or "High")
assigneestringNoNo description
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.
issueTypestringYesNo description
parentjsonNoParent issue key for creating subtasks (e.g., { "key": "PROJ-123" })
labelsarrayNoNo description
componentsarrayNoNo description
duedatestringNoNo description
fixVersionsarrayNoNo description
reporterstringNoNo description
environmentstringNoNo description
customFieldIdstringNoNo description
customFieldValuestringNoNo description

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
idstringCreated issue ID
issueKeystringCreated issue key (e.g., PROJ-123)
selfstringREST API URL for the created issue
summarystringIssue summary
successbooleanWhether the issue was created successfully
urlstringURL to the created issue in Jira
assigneeIdstringAccount ID of the assigned user (null if no assignee was set)

jira_bulk_read

Input

ParameterTypeRequiredDescription
domainstringYesNo description
projectIdstringYesNo description
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
totalnumberTotal number of issues in the project (may not always be available)
issuesarrayArray of Jira issues
idstringIssue ID
keystringIssue key (e.g., PROJ-123)
selfstringREST API URL for this issue
summarystringIssue summary
descriptionstringIssue description text
statusobjectIssue status
idstringStatus ID
namestringStatus name
issuetypeobjectIssue type
idstringIssue type ID
namestringIssue type name
priorityobjectIssue priority
idstringPriority ID
namestringPriority name
assigneeobjectAssigned user
accountIdstringAtlassian account ID
displayNamestringDisplay name
createdstringISO 8601 creation timestamp
updatedstringISO 8601 last updated timestamp
nextPageTokenstringCursor token for the next page. Null when no more results.
isLastbooleanWhether this is the last page of results

jira_delete_issue

Input

ParameterTypeRequiredDescription
domainstringYesNo description
issueKeystringYesNo description
deleteSubtasksbooleanNoWhether to delete subtasks. If false, parent issues with subtasks cannot be deleted.
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
issueKeystringDeleted issue key

jira_assign_issue

Input

ParameterTypeRequiredDescription
domainstringYesNo description
issueKeystringYesNo description
accountIdstringYesAccount ID of the user to assign the issue to. Use "-1" for automatic assignment or null to unassign.
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
issueKeystringIssue key that was assigned
assigneeIdstringAccount ID of the assignee (use "-1" for auto-assign, null to unassign)

jira_transition_issue

Input

ParameterTypeRequiredDescription
domainstringYesNo description
issueKeystringYesNo description
transitionIdstringYesID of the transition to execute (e.g., "11" for "To Do", "21" for "In Progress")
commentstringNoNo description
resolutionstringNoResolution name to set during transition (e.g., "Fixed", "Won't Fix")
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
issueKeystringIssue key that was transitioned
transitionIdstringApplied transition ID
transitionNamestringApplied transition name
toStatusobjectTarget status after transition
idstringStatus ID
namestringStatus name

jira_search_issues

Input

ParameterTypeRequiredDescription
domainstringYesNo description
jqlstringYesJQL query string to search for issues (e.g., "project = PROJ AND status = Open")
nextPageTokenstringNoNo description
maxResultsnumberNoNo description
fieldsarrayNoArray of field names to return (default: all navigable). Use "*all" for every field.
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
issuesarrayArray of matching issues
idstringIssue ID
keystringIssue key (e.g., PROJ-123)
selfstringREST API URL for this issue
summarystringIssue summary
descriptionstringIssue description text (extracted from ADF)
statusobjectIssue status
idstringStatus ID
namestringStatus name (e.g., Open, In Progress, Done)
descriptionstringStatus description
statusCategoryobjectStatus category grouping
idnumberStatus category ID
keystringStatus category key (e.g., new, indeterminate, done)
namestringStatus category name (e.g., To Do, In Progress, Done)
colorNamestringStatus category color (e.g., blue-gray, yellow, green)
statusNamestringIssue status name (e.g., Open, In Progress, Done)
issuetypeobjectIssue type
idstringIssue type ID
namestringIssue type name (e.g., Task, Bug, Story, Epic)
descriptionstringIssue type description
subtaskbooleanWhether this is a subtask type
iconUrlstringURL to the issue type icon
projectobjectProject the issue belongs to
idstringProject ID
keystringProject key (e.g., PROJ)
namestringProject name
projectTypeKeystringProject type key (e.g., software, business)
priorityobjectIssue priority
idstringPriority ID
namestringPriority name (e.g., Highest, High, Medium, Low, Lowest)
iconUrlstringURL to the priority icon
assigneeobjectAssigned user
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanWhether the user account is active
emailAddressstringEmail address of the user
accountTypestringType of account (e.g., atlassian, app, customer)
avatarUrlstringURL to the user avatar (48x48)
timeZonestringUser timezone
assigneeNamestringAssignee display name or account ID
reporterobjectReporter user
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanWhether the user account is active
emailAddressstringEmail address of the user
accountTypestringType of account (e.g., atlassian, app, customer)
avatarUrlstringURL to the user avatar (48x48)
timeZonestringUser timezone
labelsarrayIssue labels
componentsarrayIssue components
idstringComponent ID
namestringComponent name
descriptionstringComponent description
resolutionobjectIssue resolution
idstringResolution ID
namestringResolution name (e.g., Fixed, Duplicate, Won't Fix)
descriptionstringResolution description
duedatestringDue date (YYYY-MM-DD)
createdstringISO 8601 timestamp when the issue was created
updatedstringISO 8601 timestamp when the issue was last updated
nextPageTokenstringCursor token for the next page. Null when no more results.
isLastbooleanWhether this is the last page of results
totalnumberTotal number of matching issues (may not always be available)

jira_add_comment

Input

ParameterTypeRequiredDescription
domainstringYesNo description
issueKeystringYesNo description
bodystringYesNo description
visibilityjsonNoRestrict comment visibility. Object with "type" ("role" or "group") and "value" (role/group name).
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
issueKeystringIssue key the comment was added to
commentIdstringCreated comment ID
bodystringComment text content
authorobjectComment author
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanWhether the user account is active
emailAddressstringEmail address of the user
accountTypestringType of account (e.g., atlassian, app, customer)
avatarUrlstringURL to the user avatar (48x48)
timeZonestringUser timezone
createdstringISO 8601 timestamp when the comment was created
updatedstringISO 8601 timestamp when the comment was last updated

jira_get_comments

Input

ParameterTypeRequiredDescription
domainstringYesNo description
issueKeystringYesNo description
startAtnumberNoNo description
maxResultsnumberNoNo description
orderBystringNoSort order for comments: "-created" for newest first, "created" for oldest first
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
issueKeystringIssue key
totalnumberTotal number of comments
startAtnumberPagination start index
maxResultsnumberMaximum results per page
commentsarrayArray of comments
idstringComment ID
bodystringComment body text (extracted from ADF)
authorobjectComment author
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanWhether the user account is active
emailAddressstringEmail address of the user
accountTypestringType of account (e.g., atlassian, app, customer)
avatarUrlstringURL to the user avatar (48x48)
timeZonestringUser timezone
authorNamestringComment author display name
updateAuthorobjectUser who last updated the comment
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanWhether the user account is active
emailAddressstringEmail address of the user
accountTypestringType of account (e.g., atlassian, app, customer)
avatarUrlstringURL to the user avatar (48x48)
timeZonestringUser timezone
createdstringISO 8601 timestamp when the comment was created
updatedstringISO 8601 timestamp when the comment was last updated
visibilityobjectComment visibility restriction
typestringRestriction type (e.g., role, group)
valuestringRestriction value (e.g., Administrators)

jira_update_comment

Input

ParameterTypeRequiredDescription
domainstringYesNo description
issueKeystringYesNo description
commentIdstringYesNo description
bodystringYesNo description
visibilityjsonNoRestrict comment visibility. Object with "type" ("role" or "group") and "value" (role/group name).
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
issueKeystringIssue key
commentIdstringUpdated comment ID
bodystringbody output from the tool
authorobjectComment author
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanWhether the user account is active
emailAddressstringEmail address of the user
accountTypestringType of account (e.g., atlassian, app, customer)
avatarUrlstringURL to the user avatar (48x48)
timeZonestringUser timezone
createdstringISO 8601 timestamp when the comment was created
updatedstringISO 8601 timestamp when the comment was last updated

jira_delete_comment

Input

ParameterTypeRequiredDescription
domainstringYesNo description
issueKeystringYesNo description
commentIdstringYesNo description
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
issueKeystringIssue key
commentIdstringDeleted comment ID

jira_get_attachments

Input

ParameterTypeRequiredDescription
domainstringYesNo description
issueKeystringYesNo description
includeAttachmentsbooleanNoNo description
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
issueKeystringIssue key
attachmentsarrayArray of attachments
idstringAttachment ID
filenamestringAttachment file name
mimeTypestringMIME type of the attachment
sizenumberFile size in bytes
contentstringURL to download the attachment content
thumbnailstringURL to the attachment thumbnail
authorobjectAttachment author
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanWhether the user account is active
emailAddressstringEmail address of the user
accountTypestringType of account (e.g., atlassian, app, customer)
avatarUrlstringURL to the user avatar (48x48)
timeZonestringUser timezone
authorNamestringAttachment author display name
createdstringISO 8601 timestamp when the attachment was created
filesfile[]Downloaded attachment files (only when includeAttachments is true)

jira_add_attachment

Input

ParameterTypeRequiredDescription
domainstringYesNo description
issueKeystringYesNo description
filesfile[]YesNo description
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
issueKeystringIssue key
attachmentsarrayUploaded attachments
idstringAttachment ID
filenamestringAttachment file name
mimeTypestringMIME type
sizenumberFile size in bytes
contentstringURL to download the attachment
attachmentIdsarrayArray of attachment IDs
filesfile[]Uploaded attachment files

jira_delete_attachment

Input

ParameterTypeRequiredDescription
domainstringYesNo description
attachmentIdstringYesNo description
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
attachmentIdstringDeleted attachment ID

jira_add_worklog

Input

ParameterTypeRequiredDescription
domainstringYesNo description
issueKeystringYesNo description
timeSpentSecondsnumberYesNo description
commentstringNoNo description
startedstringNoNo description
visibilityjsonNoRestrict worklog visibility. Object with "type" ("role" or "group") and "value" (role/group name).
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
issueKeystringIssue key the worklog was added to
worklogIdstringCreated worklog ID
timeSpentstringTime spent in human-readable format (e.g., 3h 20m)
timeSpentSecondsnumbertimeSpentSeconds output from the tool
authorobjectWorklog author
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanWhether the user account is active
emailAddressstringEmail address of the user
accountTypestringType of account (e.g., atlassian, app, customer)
avatarUrlstringURL to the user avatar (48x48)
timeZonestringUser timezone
startedstringISO 8601 timestamp when the work started
createdstringISO 8601 timestamp when the worklog was created

jira_get_worklogs

Input

ParameterTypeRequiredDescription
domainstringYesNo description
issueKeystringYesNo description
startAtnumberNoNo description
maxResultsnumberNoNo description
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
issueKeystringIssue key
totalnumberTotal number of worklogs
startAtnumberPagination start index
maxResultsnumberMaximum results per page
worklogsarrayArray of worklogs
idstringWorklog ID
authorobjectWorklog author
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanWhether the user account is active
emailAddressstringEmail address of the user
accountTypestringType of account (e.g., atlassian, app, customer)
avatarUrlstringURL to the user avatar (48x48)
timeZonestringUser timezone
authorNamestringWorklog author display name
updateAuthorobjectUser who last updated the worklog
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanWhether the user account is active
emailAddressstringEmail address of the user
accountTypestringType of account (e.g., atlassian, app, customer)
avatarUrlstringURL to the user avatar (48x48)
timeZonestringUser timezone
commentstringWorklog comment text
startedstringISO 8601 timestamp when the work started
timeSpentstringTime spent in human-readable format (e.g., 3h 20m)
timeSpentSecondsnumberTime spent in seconds
createdstringISO 8601 timestamp when the worklog was created
updatedstringISO 8601 timestamp when the worklog was last updated

jira_update_worklog

Input

ParameterTypeRequiredDescription
domainstringYesNo description
issueKeystringYesNo description
worklogIdstringYesNo description
timeSpentSecondsnumberNoNo description
commentstringNoNo description
startedstringNoNo description
visibilityjsonNoRestrict worklog visibility. Object with "type" ("role" or "group") and "value" (role/group name).
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
issueKeystringIssue key
worklogIdstringUpdated worklog ID
timeSpentstringHuman-readable time spent (e.g., "3h 20m")
timeSpentSecondsnumbertimeSpentSeconds output from the tool
commentstringWorklog comment text
authorobjectWorklog author
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanWhether the user account is active
emailAddressstringEmail address of the user
accountTypestringType of account (e.g., atlassian, app, customer)
avatarUrlstringURL to the user avatar (48x48)
timeZonestringUser timezone
updateAuthorobjectUser who last updated the worklog
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanWhether the user account is active
emailAddressstringEmail address of the user
accountTypestringType of account (e.g., atlassian, app, customer)
avatarUrlstringURL to the user avatar (48x48)
timeZonestringUser timezone
startedstringWorklog start time in ISO format
createdstringWorklog creation time
updatedstringWorklog last update time

jira_delete_worklog

Input

ParameterTypeRequiredDescription
domainstringYesNo description
issueKeystringYesNo description
worklogIdstringYesNo description
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
issueKeystringIssue key
worklogIdstringDeleted worklog ID

Input

ParameterTypeRequiredDescription
domainstringYesNo description
inwardIssueKeystringYesNo description
outwardIssueKeystringYesNo description
linkTypestringYesThe type of link relationship (e.g., "Blocks", "Relates to", "Duplicates")
commentstringNoNo description
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
inwardIssuestringInward issue key
outwardIssuestringOutward issue key
linkTypestringType of issue link
linkIdstringCreated link ID

Input

ParameterTypeRequiredDescription
domainstringYesNo description
linkIdstringYesNo description
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
linkIdstringDeleted link ID

jira_add_watcher

Input

ParameterTypeRequiredDescription
domainstringYesNo description
issueKeystringYesNo description
accountIdstringYesNo description
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
issueKeystringIssue key
watcherAccountIdstringAdded watcher account ID

jira_remove_watcher

Input

ParameterTypeRequiredDescription
domainstringYesNo description
issueKeystringYesNo description
accountIdstringYesNo description
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
issueKeystringIssue key
watcherAccountIdstringRemoved watcher account ID

jira_get_users

Get Jira users. If an account ID is provided, returns a single user. Otherwise, returns a list of all users.

Input

ParameterTypeRequiredDescription
domainstringYesNo description
accountIdstringNoOptional account ID to get a specific user. If not provided, returns all users.
startAtnumberNoNo description
maxResultsnumberNoNo description
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
usersarrayArray of Jira users
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanWhether the user account is active
emailAddressstringEmail address of the user
accountTypestringType of account (e.g., atlassian, app, customer)
avatarUrlstringURL to the user avatar (48x48)
timeZonestringUser timezone
avatarUrlsjsonUser avatar URLs in multiple sizes (16x16, 24x24, 32x32, 48x48)
selfstringREST API URL for this user
totalnumberTotal number of users returned
startAtnumberPagination start index
maxResultsnumberMaximum results per page

jira_search_users

Search for Jira users by email address or display name. Returns matching users with their accountId, displayName, and emailAddress.

Input

ParameterTypeRequiredDescription
domainstringYesNo description
querystringYesA query string to search for users. Can be an email address, display name, or partial match.
maxResultsnumberNoNo description
startAtnumberNoNo description
cloudIdstringNoJira Cloud ID for the instance. If not provided, it will be fetched using the domain.

Output

ParameterTypeDescription
tsstringISO 8601 timestamp of the operation
usersarrayArray of matching Jira users
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanWhether the user account is active
emailAddressstringEmail address of the user
accountTypestringType of account (e.g., atlassian, app, customer)
avatarUrlstringURL to the user avatar (48x48)
timeZonestringUser timezone
selfstringREST API URL for this user
totalnumberNumber of users returned in this page (may be less than total matches)
startAtnumberPagination start index
maxResultsnumberMaximum results per page

jira_dc_retrieve

Input

ParameterTypeRequiredDescription
baseUrlstringYesNo description
authTypestringYesNo description
patTokenstringNoNo description
usernamestringNoNo description
passwordstringNoNo description
issueKeystringYesNo description

Output

ParameterTypeDescription
idstringid output from the tool
keystringkey output from the tool
selfstringself output from the tool
summarystringsummary output from the tool
descriptionstringdescription output from the tool
statusstringstatus output from the tool
issuetypestringissuetype output from the tool
projectstringproject output from the tool
prioritystringpriority output from the tool
assigneestringassignee output from the tool
reporterstringreporter output from the tool
createdstringcreated output from the tool
updatedstringupdated output from the tool
labelsarraylabels output from the tool
rawjsonraw output from the tool

jira_dc_search_issues

Input

ParameterTypeRequiredDescription
baseUrlstringYesNo description
authTypestringYesNo description
patTokenstringNoNo description
usernamestringNoNo description
passwordstringNoNo description
jqlstringYesNo description
startAtnumberNoNo description
maxResultsnumberNoNo description

Output

ParameterTypeDescription
issuesarrayissues output from the tool
totalnumbertotal output from the tool
startAtnumberstartAt output from the tool
maxResultsnumbermaxResults output from the tool

jira_dc_write

Input

ParameterTypeRequiredDescription
baseUrlstringYesNo description
authTypestringYesNo description
patTokenstringNoNo description
usernamestringNoNo description
passwordstringNoNo description
projectKeystringYesNo description
summarystringYesNo description
descriptionstringNoNo description
issueTypestringNoNo description
assigneestringNoNo description
prioritystringNoNo description
labelsstringNoNo description
duedatestringNoNo description
componentsstringNoNo description
fixVersionsstringNoNo description
parentIssuestringNoNo description
customFieldIdstringNoNo description
customFieldValuestringNoNo description

Output

ParameterTypeDescription
idstringid output from the tool
keystringkey output from the tool
selfstringself output from the tool

jira_dc_update

Input

ParameterTypeRequiredDescription
baseUrlstringYesNo description
authTypestringYesNo description
patTokenstringNoNo description
usernamestringNoNo description
passwordstringNoNo description
issueKeystringYesNo description
summarystringNoNo description
descriptionstringNoNo description
assigneestringNoNo description
prioritystringNoNo description
labelsstringNoNo description
duedatestringNoNo description
componentsstringNoNo description
fixVersionsstringNoNo description
customFieldIdstringNoNo description
customFieldValuestringNoNo description

Output

ParameterTypeDescription
messagestringmessage output from the tool

jira_dc_delete

Input

ParameterTypeRequiredDescription
baseUrlstringYesNo description
authTypestringYesNo description
patTokenstringNoNo description
usernamestringNoNo description
passwordstringNoNo description
issueKeystringYesNo description
deleteSubtasksbooleanNoNo description

Output

ParameterTypeDescription
messagestringmessage output from the tool

jira_dc_transition_issue

Input

ParameterTypeRequiredDescription
baseUrlstringYesNo description
authTypestringYesNo description
patTokenstringNoNo description
usernamestringNoNo description
passwordstringNoNo description
issueKeystringYesNo description
transitionIdstringYesNo description
resolutionstringNoResolution name (e.g. Fixed, Won't Fix)
commentstringNoNo description

Output

ParameterTypeDescription
messagestringmessage output from the tool

jira_dc_add_comment

Input

ParameterTypeRequiredDescription
baseUrlstringYesNo description
authTypestringYesNo description
patTokenstringNoNo description
usernamestringNoNo description
passwordstringNoNo description
issueKeystringYesNo description
commentstringYesNo description

Output

ParameterTypeDescription
idstringid output from the tool
messagestringmessage output from the tool

jira_dc_assign_issue

Input

ParameterTypeRequiredDescription
baseUrlstringYesNo description
authTypestringYesNo description
patTokenstringNoNo description
usernamestringNoNo description
passwordstringNoNo description
issueKeystringYesNo description
accountIdstringYesNo description

Output

ParameterTypeDescription
messagestringmessage output from the tool

jira_list_boards

Input

ParameterTypeRequiredDescription
oauthCredentialstringNoNo description
domainstringNoNo description
deploymentstringNoNo description
baseUrlstringNoNo description
patTokenstringNoNo description
usernamestringNoNo description
passwordstringNoNo description

Output

ParameterTypeDescription
boardsjsonboards output from the tool
totalnumbertotal output from the tool

jira_create_sprint

Input

ParameterTypeRequiredDescription
oauthCredentialstringNoNo description
domainstringNoNo description
deploymentstringNoNo description
baseUrlstringNoNo description
patTokenstringNoNo description
usernamestringNoNo description
passwordstringNoNo description
boardIdnumberYesNo description
namestringYesNo description
startDatestringNoNo description
endDatestringNoNo description
goalstringNoNo description

Output

ParameterTypeDescription
idnumberid output from the tool
namestringname output from the tool
statestringstate output from the tool
boardIdnumberboardId output from the tool
goalstringgoal output from the tool
startDatestringstartDate output from the tool
endDatestringendDate output from the tool
selfstringself output from the tool

jira_add_issue_to_sprint

Input

ParameterTypeRequiredDescription
oauthCredentialstringNoNo description
domainstringNoNo description
deploymentstringNoNo description
baseUrlstringNoNo description
patTokenstringNoNo description
usernamestringNoNo description
passwordstringNoNo description
sprintIdnumberYesNo description
issueKeysstringYesNo description

Output

ParameterTypeDescription
messagestringmessage output from the tool
sprintIdnumbersprintId output from the tool
issueKeysarrayissueKeys output from the tool

On this page

Start building today
Trusted by over 100,000 builders.
The SaaS platform to build AI agents and run your agentic workforce.
Get started