Atlassian Jira

Atlassian Jira is a web-based issue tracking tool that allows bug tracking and project management. It also allows you to customize your workflows and collaborate with your colleagues in just one click.

Actions

  • createComponent - Creates a new component within a specified project
  • createProject - Initiates and sets up a new project with given configurations
  • createProjectCategory - Adds a new category to group related projects
  • deleteProject - Permanently deletes an existing project by its ID or key
  • getAllProjectCategories - Retrieves a list of all available project categories
  • getAllProjectTypes - Returns all supported project types for creation
  • getProjectComponents - Fetches all components associated with a specific project
  • getProjectDetails - Retrieves detailed information about a particular project
  • updateProject - Modifies project details such as name, description, or category

Custom Actions

The Atlassian Jira connector also lets you create your own custom actions for performing specific tasks. The actions that you create look and work exactly like the other actions do.

Learn more about how to create custom actions.