Jira
Project Management

Jira Connector

Connect to Jira to search, create, and manage issues, projects, and workflow transitions.

$pip install "toolsconnector[jira]"
28
Actions
Project Management
Category
Free
Apache 2.0

All 28 Actions

Action Description Parameters Returns
add_attachment ⚠Add an attachment to an issueissue_key, filename, contentJiraAttachment
add_comment ⚠Add a comment to an issueissue_key, bodyJiraComment
add_watcherAdd a watcher to an issueissue_key, account_idNoneType
add_worklog ⚠Add a worklog entry to an issueissue_key, time_spent  [comment]JiraWorklog
assign_issueAssign an issue to a userissue_key, assignee_account_idNoneType
create_issue ⚠Create a new issueproject_key, summary  [issue_type, description, priority, assignee]JiraIssue
create_project ⚠Create a new projectname, key, project_type_key, lead_account_idJiraProject
delete_comment ⚠Delete a comment from an issueissue_key, comment_idNoneType
delete_issue ⚠Delete an issueissue_keyNoneType
get_boardGet an Agile board by IDboard_idJiraBoard
get_issueGet a single issue by keyissue_keyJiraIssue
get_transitionsGet available transitions for an issueissue_keylist
get_userGet a Jira user by account IDaccount_idJiraUser
link_issues ⚠Create a link between two issuesinward_key, outward_key, link_typeNoneType
list_boardsList Agile boards[project_key, limit, start_at]PaginatedList[JiraBoard]
list_commentsList comments on an issueissue_keylist
list_issue_typesList issue types available in the instance[project_id]list
list_prioritiesList available prioritieslist
list_projectsList projects accessible to the user[limit, start_at]PaginatedList[JiraProject]
list_resolutionsList available resolutionslist
list_sprintsList sprints for a boardboard_id  [state, limit, start_at]PaginatedList[JiraSprint]
list_watchersList watchers on an issueissue_keylist
list_worklogsList worklog entries on an issueissue_keylist
remove_watcherRemove a watcher from an issueissue_key, account_idNoneType
search_issuesSearch issues using JQLjql  [limit, start_at]PaginatedList[JiraIssue]
search_usersSearch for Jira usersquery  [limit]list
transition_issue ⚠Transition an issue to a new statusissue_key, transition_idNoneType
update_issueUpdate an existing issueissue_key, fieldsJiraIssue
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing