JiraTalk
The missing AI companion for Jira. Expedite your workflow using natural language. Visit jiratalk.com.
Boost Jira's efficiency with automated project management operations, user insights, and detailed analytics. This smart plugin for ChatGPT and JIRA allows you to manage users, projects, boards, sprints, and issues. It responds with real-time data from the JIRA API, ensuring accuracy and reliability. Need to create a new issue? The plugin automatically selects the most suitable value for required fields and provides a numbered and lettered list of options for easy updates. No need to remember project IDs or keys, simply use project search to find the right one. Take your Jira experience to the next level with JiraTalk!
How to
Comments (0)
Try it
API docs
Learn how to use JiraTalk effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "Can you provide details about the current user?"
-
Prompt 2: "Find users matching the query 'John'."
-
Prompt 3: "I want to create a new Jira project."
-
Prompt 4: "Delete the project with ID 'PROJ-123'."
-
Prompt 5: "Get the details of the project with key 'PROJ'."
Features and commands
Feature/Command | Description |
---|---|
UserDetail | This command retrieves the details of the current user. |
FindUsers | This command allows you to find users based on a search query. |
CreateJiraProject | This command creates a new Jira project. You need to provide the project details such as key, name, and project type key. |
DeleteProject | This command deletes a project based on its ID or key. You need to provide the project ID or key. |
GetProjectByIdOrKey | This command retrieves the details of a project based on its ID or key. You need to provide the project ID or key. |
FindProjects | This command allows you to find projects based on specific parameters such as startAt, maxResults, orderBy, and query. |
UpdateProjectByIdOrKey | This command updates a project based on its ID or key. You need to provide the project ID or key along with the necessary update details such as name and description. |
GetProjectTemplateKeys | This command retrieves the projectTemplateKeys for a given projectTypeKey. You need to provide the project type key. |
GetFilterById | This command retrieves a filter based on its ID. You need to provide the filter ID. |
GetFilters | This command allows you to find or get all filters based on specific parameters such as filterName, accountId, projectId, startAt, and maxResults. |
CreateFilter | This command creates a new filter. You need to provide the filter details such as name and JQL query. |
UpdateFilterById | This command updates a filter based on its ID. You need to provide the filter ID along with the necessary update details such as name and description. |
DeleteFilter | This command deletes a filter based on its ID. You need to provide the filter ID. |
CreateBoard | This command creates a new board. You need to provide the board details such as name and type (scrum or kanban). |
GetBoardById | This command retrieves a board based on its ID. You need to provide the board ID. |
DeleteBoard | This command deletes a board based on its ID. You need to provide the board ID. |
FindBoards | This command allows you to find or get all boards based on specific parameters such as startAt, maxResults, name, projectKeyOrId, and filterId. |