Get issue
The Jira Get Issue tool by Pipedream enables seamless retrieval of detailed information for Jira issues through its robust API integration. It allows users to specify exact fields and properties needed, making issue management and data extraction efficient and flexible.
Features
- Retrieve detailed information for any Jira issue by specifying the issue ID or key.
- Customize the data returned by selecting specific fields or properties, including all, navigable, or custom fields.
- Support for expanding the response to include rendered fields, changelogs, edit metadata, transitions, and versioned representations.
- Option to control the referencing style of fields by keys or IDs, enabling compatibility with custom apps and configurations.
- Integration with recently viewed project tracking by updating user project lists automatically.
Benefits
- Improves issue tracking efficiency by providing precise and comprehensive issue data on demand.
- Reduces unnecessary data retrieval by allowing selective field and property listings, optimizing performance.
- Enhances project management workflows with detailed changelogs and editable metadata visibility.
- Facilitates integration with other tools or apps by supporting flexible field key referencing and expanded data views.
- Streamlines user experience by updating recently viewed projects to keep team members informed and organized.
Description
Gets the details for an issue. See the docs
Parameters
7 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. |
| fields | string | A list of fields to return for the issue. This parameter accepts a comma-separated list. Use it to retrieve a subset of fields. All fields are returned by default. Allowed values:
|
| fieldsByKeys | boolean | Whether |
| properties | string | A list of issue properties to return for the issue. This parameter accepts a comma-separated list. Allowed values:
|
| 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. |
| expand | string | Use expand to include additional information about the issues in the response. This parameter accepts a comma-separated list. Expand options include:
|