Transition issue
Jira Transition Issue is an advanced API tool that enables seamless issue transition within Jira workflows. It allows users to update issue fields dynamically during transitions, enhancing automation and workflow efficiency.
Features
- Performs issue transitions programmatically via Jira API.
- Supports updating multiple issue screen fields during a transition.
- Allows specifying detailed transition parameters and history metadata.
- Integrates smoothly with Pipedream for automated workflow orchestration.
- Provides support for both cloud ID and issue key-based identification for flexible API calls.
Benefits
- Automates Jira workflow transitions, saving time and reducing manual effort.
- Improves accuracy by updating relevant issue fields during transitions.
- Enhances project management transparency by maintaining detailed issue history metadata.
- Supports custom workflows by allowing flexible transition and field updates.
- Boosts productivity with seamless integration into automation platforms like Pipedream.
Description
Performs an issue transition and, if the transition has a screen, updates the fields from the transition screen, See the docs
Parameters
8 parameters
| Name | Type | Description |
|---|---|---|
| cloudIdrequired | string | The cloud ID. |
| issueIdOrKeyrequired | string | The ID or key of the issue where the attachment will be added to. |
| transitionrequired | string | Details of a transition. Required when performing a transition, optional when creating or editing an issue, See |
| fields | object | List of issue screen fields to update, specifying the sub-field to update and its value for each field. This field provides a straightforward option when setting a sub-field. When multiple sub-fields or other operations are required, use |
| update | object | List of operations to perform on issue screen fields. Note that fields included in here cannot be included in fields. |
| historyMetadata | object | Additional issue history details, See |
| properties | string | Details of issue properties to be add or update. |
| additionalProperties | object | Extra properties of any type may be provided to this object. |