AACFlow

Jira

Работайте с Jira

Jira — ведущая платформа управления проектами и трекинга задач от Atlassian, помогающая командам планировать, отслеживать и вести гибкую разработку программного обеспечения. Jira поддерживает методологии Scrum и Kanban с настраиваемыми досками, воркфлоу и расширенной отчётностью.

Интеграция Jira в AACFlow позволяет:

  • Управление задачами: создавайте, получайте, обновляйте, удаляйте и массово читайте задачи в проектах Jira
  • Смена статусов: программно перемещайте задачи между этапами воркфлоу
  • Назначение исполнителей: устанавливайте или меняйте исполнителей задач
  • Поиск задач: используйте JQL (Jira Запрос Language) для поиска и фильтрации задач
  • Управление комментариями: добавляйте, получайте, обновляйте и удаляйте комментарии к задачам
  • Работа с вложениями: загружайте, получайте и удаляйте файловые вложения у задач
  • Учёт работы: добавляйте, получайте, обновляйте и удаляйте worklog-записи для учёта времени
  • Связывание задач: создавайте и удаляйте связи между задачами для установления отношений
  • Управление наблюдателями: добавляйте и удаляйте наблюдателей задач
  • Получение информации о пользователях: получайте данные пользователей из вашего инстанса Jira

Интеграция Jira в AACFlow позволяет вашим AI-агентам взаимодействовать с процессами управления проектами в рамках автоматизированных сценариев. Агенты могут создавать задачи из внешних триггеров, обновлять статусы, отслеживать прогресс и управлять данными проекта — обеспечивая интеллектуальную автоматизацию управления проектами.

Инструкции по использованию

Интегрируйте Jira в рабочий процесс. Может читать, писать и обновлять issues. Может также запускать рабочие процессы на основе вебхука Jira events.

Инструменты

jira_retrieve

Получить подробную информацию about a specific Jira issue

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
issueKeystringДаКлюч задачи Jira to retrieve (e.g., PROJ-123)
includeAttachmentsbooleanНетЗагрузить вложение file contents and include them as files in the output
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
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
subtaskbooleanПроизошла ли эта 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
activebooleanПроизошла ли 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
activebooleanПроизошла ли 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
activebooleanПроизошла ли 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
releasedbooleanПроизошла ли 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
hasVotedbooleanПроизошла ли current user has voted
watchesobjectWatch information
watchCountnumberNumber of watchers
isWatchingbooleanПроизошла ли 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
activebooleanПроизошла ли 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
activebooleanПроизошла ли 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
activebooleanПроизошла ли 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
activebooleanПроизошла ли 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
activebooleanПроизошла ли 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

Обновить Jira issue

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
issueKeystringДаКлюч задачи Jira to update (e.g., PROJ-123)
summarystringНетNew summary for the issue
descriptionstringНетNew description for the issue
prioritystringНетNew priority ID or name for the issue (e.g., "High")
assigneestringНетNew assignee account ID for the issue
labelsjsonНетLabels to set on the issue (array of label name strings)
componentsjsonНетComponents to set on the issue (array of component name strings)
duedatestringНетDue date for the issue (format: YYYY-MM-DD)
fixVersionsjsonНетFix versions to set (array of version name strings)
environmentstringНетEnvironment information for the issue
customFieldIdstringНетCustom field ID to update (e.g., customfield_10001)
customFieldValuestringНетValue for the custom field
notifyUsersbooleanНетWhether to send email notifications about this update (default: true)
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
issueKeystringUpdated issue key (e.g., PROJ-123)
summarystringIssue summary after update

jira_write

Создать новый Jira issue

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
projectIdstringДаJira project key (e.g., PROJ)
summarystringДаSummary for the issue
descriptionstringНетDescription for the issue
prioritystringНетPriority ID or name for the issue (e.g., "10000" or "High")
assigneestringНетAssignee account ID for the issue
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.
issueTypestringДаType of issue to create (e.g., Task, Story, Bug, Epic, Sub-task)
parentjsonНетParent issue key for creating subtasks (e.g., { "key": "PROJ-123" })
labelsarrayНетLabels for the issue (array of label names)
componentsarrayНетComponents for the issue (array of component names)
duedatestringНетDue date for the issue (format: YYYY-MM-DD)
fixVersionsarrayНетFix versions for the issue (array of version names)
reporterstringНетReporter account ID for the issue
environmentstringНетEnvironment information for the issue
customFieldIdstringНетCustom field ID (e.g., customfield_10001)
customFieldValuestringНетValue for the custom field

Выходные данные

ПараметрТипОписание
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
successbooleanПроизошла ли 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

Получить multiple Jira issues from a project in bulk

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
projectIdstringДаJira project key (e.g., PROJ)
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
totalnumberTotal number of issues in the project (may not always be available)
issuesarrayМассив 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.
isLastbooleanПроизошла ли эта is the last page of results

jira_delete_issue

Удалить Jira issue

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
issueKeystringДаКлюч задачи Jira to delete (e.g., PROJ-123)
deleteSubtasksbooleanНетWhether to delete subtasks. If false, parent issues with subtasks cannot be deleted.
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
issueKeystringDeleted issue key

jira_assign_issue

Assign a Jira issue to a user

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
issueKeystringДаКлюч задачи Jira to assign (e.g., PROJ-123)
accountIdstringДаAccount ID of the user to assign the issue to. Use "-1" for automatic assignment or null to unassign.
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
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

Move a Jira issue between workflow statuses (e.g., To Do -> In Progress)

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
issueKeystringДаКлюч задачи Jira to transition (e.g., PROJ-123)
transitionIdstringДаID of the transition to execute (e.g., "11" for "To Do", "21" for "In Progress")
commentstringНетOptional comment to add when transitioning the issue
resolutionstringНетResolution name to set during transition (e.g., "Fixed", "Won't Fix")
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
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

Поиск Jira issues using JQL (Jira Запрос Language)

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
jqlstringДаJQL query string to search for issues (e.g., "project = PROJ AND status = Open")
nextPageTokenstringНетCursor token for the next page of results. Omit for the first page.
maxResultsnumberНетMaximum number of results to return per page (default: 50)
fieldsarrayНетМассив field names to return (default: all navigable). Use "*all" for every field.
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
issuesarrayМассив 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
subtaskbooleanПроизошла ли эта 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
activebooleanПроизошла ли 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
activebooleanПроизошла ли 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.
isLastbooleanПроизошла ли эта is the last page of results
totalnumberTotal number of matching issues (may not always be available)

jira_add_comment

Добавить комментарий to a Jira issue

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
issueKeystringДаКлюч задачи Jira to add comment to (e.g., PROJ-123)
bodystringДаComment body text
visibilityjsonНетRestrict comment visibility. Object with "type" ("role" or "group") and "value" (role/group name).
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
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
activebooleanПроизошла ли 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

Получить все comments from a Jira issue

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
issueKeystringДаКлюч задачи Jira to get comments from (e.g., PROJ-123)
startAtnumberНетIndex of the first comment to return (default: 0)
maxResultsnumberНетMaximum number of comments to return (default: 50)
orderBystringНетSort order for comments: "-created" for newest first, "created" for oldest first
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
issueKeystringIssue key
totalnumberTotal number of comments
startAtnumberPagination start index
maxResultsnumberMaximum results per page
commentsarrayМассив comments
idstringComment ID
bodystringComment body text (extracted from ADF)
authorobjectComment author
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanПроизошла ли 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
activebooleanПроизошла ли 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

Обновитьn existing comment on a Jira issue

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
issueKeystringДаКлюч задачи Jira containing the comment (e.g., PROJ-123)
commentIdstringДаID of the comment to update
bodystringДаUpdated comment text
visibilityjsonНетRestrict comment visibility. Object with "type" ("role" or "group") and "value" (role/group name).
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
issueKeystringIssue key
commentIdstringUpdated comment ID
bodystringUpdated comment text
authorobjectComment author
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanПроизошла ли 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

Удалить comment from a Jira issue

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
issueKeystringДаКлюч задачи Jira containing the comment (e.g., PROJ-123)
commentIdstringДаID of the comment to delete
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
issueKeystringIssue key
commentIdstringDeleted comment ID

jira_get_attachments

Получить все attachments from a Jira issue

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
issueKeystringДаКлюч задачи Jira to get attachments from (e.g., PROJ-123)
includeAttachmentsbooleanНетЗагрузить вложение file contents and include them as files in the output
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
issueKeystringIssue key
attachmentsarrayМассив 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
activebooleanПроизошла ли 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

Добавить attachments to a Jira issue

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
issueKeystringДаКлюч задачи Jira to add attachments to (e.g., PROJ-123)
filesfile[]ДаFiles to attach to the Jira issue
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
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
attachmentIdsarrayМассив attachment IDs
filesfile[]Uploaded attachment files

jira_delete_attachment

Удалитьn attachment from a Jira issue

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
attachmentIdstringДаID of the attachment to delete
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
attachmentIdstringDeleted attachment ID

jira_add_worklog

Добавить a time tracking worklog entry to a Jira issue

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
issueKeystringДаКлюч задачи Jira to add worklog to (e.g., PROJ-123)
timeSpentSecondsnumberДаTime spent in seconds
commentstringНетOptional comment for the worklog entry
startedstringНетOptional start time in ISO format (defaults to current time)
visibilityjsonНетRestrict worklog visibility. Object with "type" ("role" or "group") and "value" (role/group name).
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
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)
timeSpentSecondsnumberTime spent in seconds
authorobjectWorklog author
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanПроизошла ли 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

Получить все worklog entries from a Jira issue

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
issueKeystringДаКлюч задачи Jira to get worklogs from (e.g., PROJ-123)
startAtnumberНетIndex of the first worklog to return (default: 0)
maxResultsnumberНетMaximum number of worklogs to return (default: 50)
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
issueKeystringIssue key
totalnumberTotal number of worklogs
startAtnumberPagination start index
maxResultsnumberMaximum results per page
worklogsarrayМассив worklogs
idstringWorklog ID
authorobjectWorklog author
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanПроизошла ли 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
activebooleanПроизошла ли 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

Обновитьn existing worklog entry on a Jira issue

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
issueKeystringДаКлюч задачи Jira containing the worklog (e.g., PROJ-123)
worklogIdstringДаID of the worklog entry to update
timeSpentSecondsnumberНетTime spent in seconds
commentstringНетOptional comment for the worklog entry
startedstringНетOptional start time in ISO format
visibilityjsonНетRestrict worklog visibility. Object with "type" ("role" or "group") and "value" (role/group name).
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
issueKeystringIssue key
worklogIdstringUpdated worklog ID
timeSpentstringHuman-readable time spent (e.g., "3h 20m")
timeSpentSecondsnumberTime spent in seconds
commentstringWorklog comment text
authorobjectWorklog author
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanПроизошла ли 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
activebooleanПроизошла ли 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

Удалить worklog entry from a Jira issue

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
issueKeystringДаКлюч задачи Jira containing the worklog (e.g., PROJ-123)
worklogIdstringДаID of the worklog entry to delete
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
issueKeystringIssue key
worklogIdstringDeleted worklog ID

Создать a link relationship between two Jira issues

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
inwardIssueKeystringДаКлюч задачи Jira for the inward issue (e.g., PROJ-123)
outwardIssueKeystringДаКлюч задачи Jira for the outward issue (e.g., PROJ-456)
linkTypestringДаThe type of link relationship (e.g., "Blocks", "Relates to", "Duplicates")
commentstringНетOptional comment to add to the issue link
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
inwardIssuestringInward issue key
outwardIssuestringOutward issue key
linkTypestringType of issue link
linkIdstringCreated link ID

Удалить link between two Jira issues

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
linkIdstringДаID of the issue link to delete
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
linkIdstringDeleted link ID

jira_add_watcher

Добавить a watcher to a Jira issue to receive notifications about updates

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
issueKeystringДаКлюч задачи Jira to add watcher to (e.g., PROJ-123)
accountIdstringДаAccount ID of the user to add as watcher
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
issueKeystringIssue key
watcherAccountIdstringAdded watcher account ID

jira_remove_watcher

Remove a watcher from a Jira issue

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
issueKeystringДаКлюч задачи Jira to remove watcher from (e.g., PROJ-123)
accountIdstringДаAccount ID of the user to remove as watcher
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
successbooleanOperation success status
issueKeystringIssue key
watcherAccountIdstringRemoved watcher account ID

jira_get_users

Получить Jira users. If an account ID — это provided, returns a single user. Otherwise, returns a list of all users.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
accountIdstringНетOptional account ID to get a specific user. Если не предоставлен, returns all users.
startAtnumberНетThe index of the first user to return (for постраничная выборка, default: 0)
maxResultsnumberНетMaximum number of users to return (default: 50)
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
usersarrayМассив Jira users
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanПроизошла ли 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

Поиск пользователей Jira по email address или display name. Returns matching users С помощьюir accountId, displayName, и emailAddress.

Входные параметры

ПараметрТипОбязательныйОписание
domainstringДаВаш домен Jira (e.g., yourcompany.atlassian.net)
querystringДаA query string to search for users. Can be an email address, display name, or partial match.
maxResultsnumberНетMaximum number of users to return (default: 50, max: 1000)
startAtnumberНетThe index of the first user to return (for постраничная выборка, default: 0)
cloudIdstringНетJira Cloud ID for the instance. Если не предоставлен, it будет получен using the domain.

Выходные данные

ПараметрТипОписание
tsstringISO 8601 timestamp of the operation
usersarrayМассив matching Jira users
accountIdstringAtlassian account ID of the user
displayNamestringDisplay name of the user
activebooleanПроизошла ли 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

On this page

Инструкции по использованию
Инструменты
jira_retrieve
Входные параметры
Выходные данные
jira_update
Входные параметры
Выходные данные
jira_write
Входные параметры
Выходные данные
jira_bulk_read
Входные параметры
Выходные данные
jira_delete_issue
Входные параметры
Выходные данные
jira_assign_issue
Входные параметры
Выходные данные
jira_transition_issue
Входные параметры
Выходные данные
jira_search_issues
Входные параметры
Выходные данные
jira_add_comment
Входные параметры
Выходные данные
jira_get_comments
Входные параметры
Выходные данные
jira_update_comment
Входные параметры
Выходные данные
jira_delete_comment
Входные параметры
Выходные данные
jira_get_attachments
Входные параметры
Выходные данные
jira_add_attachment
Входные параметры
Выходные данные
jira_delete_attachment
Входные параметры
Выходные данные
jira_add_worklog
Входные параметры
Выходные данные
jira_get_worklogs
Входные параметры
Выходные данные
jira_update_worklog
Входные параметры
Выходные данные
jira_delete_worklog
Входные параметры
Выходные данные
jira_create_issue_link
Входные параметры
Выходные данные
jira_delete_issue_link
Входные параметры
Выходные данные
jira_add_watcher
Входные параметры
Выходные данные
jira_remove_watcher
Входные параметры
Выходные данные
jira_get_users
Входные параметры
Выходные данные
jira_search_users
Входные параметры
Выходные данные
Начните создавать сегодня
Нам доверяют более 100 000 разработчиков.
SaaS-платформа для создания AI-агентов и управления агентным workforce.
Начать