Create issue
Jira Create Issue is a powerful AI tool integrated with Pipedream that allows users to effortlessly create new issues or subtasks within Jira projects. It streamlines issue management by automating the creation process, enabling teams to stay organized and productive.
Features
- Seamless integration with Jira Cloud via Pipedream for automated issue creation.
- Supports creating both standard issues and subtasks based on project configurations.
- Allows customization through additional issue properties and update fields for flexible issue details.
- Enables management of issue history metadata and updates to reflect accurate tracking.
- Includes options to update user's recently viewed projects for quick access and workflow efficiency.
Benefits
- Saves time by automating the creation of Jira issues directly from workflows or other applications.
- Enhances team collaboration with accurate and detailed issue tracking.
- Improves project management by maintaining consistent issue histories and properties.
- Increases productivity by reducing manual entry and potential errors in issue creation.
- Facilitates better prioritization and organization of tasks within Jira projects.
Description
Creates an issue or, where the option to create subtasks is enabled in Jira, a subtask, See the docs
Parameters
8 parameters
| Name | Type | Description |
|---|---|---|
| cloudIdrequired | string | The cloud ID. |
| historyMetadata | object | Additional issue history details. |
| properties | string | Details of issue properties to be add or update, please provide an array of objects with keys and values. |
| update | object | A Map containing the field name and a list of operations to perform on the issue screen field. Note that fields included in here cannot be included in |
| additionalProperties | object | Extra properties of any type may be provided to this object. |
| updateHistory | boolean | Whether the project in which the issue is created is added to the user's Recently viewed project list, as shown under Projects in Jira. |
| projectIdrequired | string | The project ID. |
| issueTypeIdrequired | string | An ID identifying the type of issue, Check the API docs to see available options |