_SvIncludePlusContent-_DP_Schema_Fields_Jira
Data from Jira Software and Jira Service Management fields will be exported to the issue_fields
CSV file and every custom field is displayed on a separate row. To map a custom field to its corresponding issue, use the issue_id
from this file and find its matching ID
from the Issues file.
User-generated custom fields, and fields provided by apps are generally included, as long as they are an exportable type (fields that implement ExportableCustomFieldsType
).
If a custom field contains no data, it will not be exported.
Field | Description |
---|---|
issue_id | Type: Number Description: ID to link to the corresponding issue in Issues data schema. Example: |
field_id | Type: String Description: Pre-defined IDs of the Jira Software and Jira Service Management fields. Example: |
field_name | Type: String Description: Name of the field Example: |
field_value | Type: Number, String, JSON array Description: Value of the field Examples: |
The following Jira Software fields relate to non-epic issues. | |
sprint | Type: JSON Description: Sprints that the issue is currently in or has been in. All date and times are formatted as an ISO string with UTC timezone. Example:
|
epic_link_id | Type: Number Description: ID of the epic linked to this issue Example: |
story_points | Type: Number Description: Number of story points associated with this issue Example: |
The following Jira Software fields relate to epics | |
epic_color | Type: String Description: Color of the epic Example: |
epic_name | Type: String Description: Name of the epic Example: |
epic_status | Type: String Description: Status of the epic Example: |
The following fields relate to Jira Service Management | |
customer_request_type | Type: String Description: Customer Request Type for a JSM Customer Request Example: |
organizations | Type: String Description: List of organizations assigned to a given JSM Issue. Organizations are entities that admins can organize customers into. Example: ["org1", "org2"] |
request_participants | Type: Number Description: List of users IDs assigned as request participants for a given JSM Issue. Example:
Schema: Version 2 and later |
satisfaction_comment | Type: String Description: Comment given as part of a JSM Issue Satisfaction survey Example: |
satisfaction_rating | Type: String Description: Rating given as part of a JSM Issue Satisfaction survey Example: |
satisfaction_scale | Type: String Description: Scale (max rating) the given satisfaction rating is based upon Example: |
satisfaction_date | Type: Date Description: Date the Satisfaction survey was completed Example: |