Jira Custom Fields - Screen Components
zAgileConnect provides the following Screen Components for Jira Custom fields. These components can be used to create custom create / update Issue screens in Salesforce via Flows. For standard fields see Jira Standard Fields - Screen Components.
Jira Field - Text
| Field | Type | Required | Description | 
|---|---|---|---|
| API Name | String | 
 | The API name of the component. It can include underscores and alphanumeric characters without spaces. | 
| Field Id | String | 
 | Jira field Id, for example “customfield_10023“. | 
| Issue Metadata | 
 | The metadata information (Issue fields and allowed values) necessary for creating/updating Issues in Jira. It can be retrieved with zAgileConnect Flow Action - Get Issue Create Metadata or zAgileConnect Flow Action - Get Issue Edit Metadata | |
| Default value | String | Pre-populated value for the component. | |
| Description | String | Give your users more context with description. The text you enter is available in an info bubble next to the component. | |
| Disabled | Boolean | If set to true, the user can’t modify the value. The default value is false. | |
| Label | String | The label that appears with the field. Defaults to the label for this field defined in Jira. | |
| Placeholder Text | String | Text displayed as a hint in the field value input. | |
| Read Only | Boolean | If set to true, the user can’t modify the value, but the user can copy it. The default value is false. | |
| Required | Boolean | Requires users to enter a value before they can move to the next screen. Defaults to the field configuration defined in Jira. | |
| Value | Output field value. | 
Jira Field - Number
| Field | Type | Required | Description | 
|---|---|---|---|
| API Name | String | 
 | The API name of the component. It can include underscores and alphanumeric characters without spaces. | 
| Field Id | String | 
 | Jira field Id, for example “customfield_10023“. | 
| Issue Metadata | 
 | The metadata information (Issue fields and allowed values) necessary for creating/updating Issues in Jira. It can be retrieved with zAgileConnect Flow Action - Get Issue Create Metadata or zAgileConnect Flow Action - Get Issue Edit Metadata | |
| Default value | Integer | Pre-populated value for the component. | |
| Description | String | Give your users more context with description. The text you enter is available in an info bubble next to the component. | |
| Disabled | Boolean | If set to true, the user can’t modify the value. The default value is false. | |
| Label | String | The label that appears with the field. Defaults to the label for this field defined in Jira. | |
| Placeholder | String | Text displayed as a hint in the field value input. | |
| Read Only | Boolean | If set to true, the user can’t modify the value, but the user can copy it. The default value is false. | |
| Required | Boolean | Requires users to enter a value before they can move to the next screen. Defaults to the field configuration defined in Jira. | |
| Value | Output field value. | 
Jira Field - Date picker
| Field | Type | Required | Description | 
|---|---|---|---|
| API Name | String | 
 | The API name of the component. It can include underscores and alphanumeric characters without spaces. | 
| Field Id | String | 
 | Jira field Id, for example “customfield_10023“. | 
| Issue Metadata | 
 | The metadata information (Issue fields and allowed values) necessary for creating/updating Issues in Jira. It can be retrieved with zAgileConnect Flow Action - Get Issue Create Metadata or zAgileConnect Flow Action - Get Issue Edit Metadata | |
| Default value | Date | Pre-populated value for the component. | |
| Description | String | Give your users more context with description. The text you enter is available in an info bubble next to the component. | |
| Disabled | Boolean | If set to true, the user can’t modify the value. The default value is false. | |
| Label | String | The label that appears with the field. Defaults to the label for this field defined in Jira. | |
| Placeholder | String | Text displayed as a hint in the field value input. | |
| Read Only | Boolean | If set to true, the user can’t modify the value, but the user can copy it. The default value is false. | |
| Required | Boolean | Requires users to enter a value before they can move to the next screen. Defaults to the field configuration defined in Jira. | |
| Value | Output field value. | 
Jira Field - Datetime picker
| Field | Type | Required | Description | 
|---|---|---|---|
| API Name | String | 
 | The API name of the component. It can include underscores and alphanumeric characters without spaces. | 
| Field Id | String | 
 | Jira field Id, for example “customfield_10023“. | 
| Issue Metadata | 
 | The metadata information (Issue fields and allowed values) necessary for creating/updating Issues in Jira. It can be retrieved with zAgileConnect Flow Action - Get Issue Create Metadata or zAgileConnect Flow Action - Get Issue Edit Metadata | |
| Default value | DateTime | Pre-populated value for the component. | |
| Description | String | Give your users more context with description. The text you enter is available in an info bubble next to the component. | |
| Disabled | Boolean | If set to true, the user can’t modify the value. The default value is false. | |
| Label | String | The label that appears with the field. Defaults to the label for this field defined in Jira. | |
| Placeholder | String | Text displayed as a hint in the field value input. | |
| Read Only | Boolean | If set to true, the user can’t modify the value, but the user can copy it. The default value is false. | |
| Required | Boolean | Requires users to enter a value before they can move to the next screen. Defaults to the field configuration defined in Jira. | |
| Value | Output field value. | 
Jira Field - Labels
| Field | Type | Required | Description | 
|---|---|---|---|
| API Name | String | 
 | The API name of the component. It can include underscores and alphanumeric characters without spaces. | 
| Field Id | String | 
 | Jira field Id, for example “customfield_10023“. | 
| Issue Metadata | 
 | The metadata information (Issue fields and allowed values) necessary for creating/updating Issues in Jira. It can be retrieved with zAgileConnect Flow Action - Get Issue Create Metadata or zAgileConnect Flow Action - Get Issue Edit Metadata | |
| Default value | String [] | Pre-populated value for the component. | |
| Label | String | The label that appears with the field. Defaults to the label for this field defined in Jira. | |
| Required | Boolean | Requires users to enter a value before they can move to the next screen. Defaults to the field configuration defined in Jira. | |
| Value | Output field value. | 
Jira Field - Single-choice picker
| Field | Type | Required | Description | 
|---|---|---|---|
| API Name | String | 
 | The API name of the component. It can include underscores and alphanumeric characters without spaces. | 
| Field Id | String | 
 | Jira field Id, for example “customfield_10023“. | 
| Issue Metadata | 
 | The metadata information (Issue fields and allowed values) necessary for creating/updating Issues in Jira. It can be retrieved with zAgileConnect Flow Action - Get Issue Create Metadata or zAgileConnect Flow Action - Get Issue Edit Metadata | |
| Default value | String | Pre-populated value for the component. | |
| Disabled | Boolean | If set to true, the user can’t modify the value. The default value is false. | |
| Label | String | The label that appears with the field. Defaults to the label for this field defined in Jira. | |
| Required | Boolean | Requires users to enter a value before they can move to the next screen. Defaults to the field configuration defined in Jira. | |
| Value | Output field value. | 
Jira Field - Multi-choice picker
| Field | Type | Required | Description | 
|---|---|---|---|
| API Name | String | 
 | The API name of the component. It can include underscores and alphanumeric characters without spaces. | 
| Field Id | String | 
 | Jira field Id, for example “customfield_10023“. | 
| Issue Metadata | 
 | The metadata information (Issue fields and allowed values) necessary for creating/updating Issues in Jira. It can be retrieved with zAgileConnect Flow Action - Get Issue Create Metadata or zAgileConnect Flow Action - Get Issue Edit Metadata | |
| Default value | String [] | Pre-populated value for the component. | |
| Label | String | The label that appears with the field. Defaults to the label for this field defined in Jira. | |
| Required | Boolean | Requires users to enter a value before they can move to the next screen. Defaults to the field configuration defined in Jira. | |
| Value | Output field value. | 
Jira Field - Single-user picker
| Field | Type | Required | Description | 
|---|---|---|---|
| API Name | String | 
 | The API name of the component. It can include underscores and alphanumeric characters without spaces. | 
| Field Id | String | 
 | Jira field Id, for example “customfield_10023“. | 
| Issue Metadata | 
 | The metadata information (Issue fields and allowed values) necessary for creating/updating Issues in Jira. It can be retrieved with zAgileConnect Flow Action - Get Issue Create Metadata or zAgileConnect Flow Action - Get Issue Edit Metadata | |
| Default value | Pre-populated value for the component. Use the zAgileConnect Flow Action - Find Jira Users to retrieve a Jira user account from username, display name or email. | ||
| Label | String | The label that appears with the field. Defaults to the label for this field defined in Jira. | |
| Required | Boolean | Requires users to enter a value before they can move to the next screen. Defaults to the field configuration defined in Jira. | |
| Value | Output field value. | 
Jira Field - Multi-user picker
| Field | Type | Required | Description | 
|---|---|---|---|
| API Name | String | 
 | The API name of the component. It can include underscores and alphanumeric characters without spaces. | 
| Field Id | String | 
 | Jira field Id, for example “customfield_10023“. | 
| Issue Metadata | 
 | The metadata information (Issue fields and allowed values) necessary for creating/updating Issues in Jira. It can be retrieved with zAgileConnect Flow Action - Get Issue Create Metadata or zAgileConnect Flow Action - Get Issue Edit Metadata | |
| Default value | Pre-populated value for the component. Use the zAgileConnect Flow Action - Find Jira Users to retrieve a Jira user account from username, display name or email. | ||
| Label | String | The label that appears with the field. Defaults to the label for this field defined in Jira. | |
| Required | Boolean | Requires users to enter a value before they can move to the next screen. Defaults to the field configuration defined in Jira. | |
| Value | Output field value. | 
Jira Field - Cascade select
| Field | Type | Required | Description | 
|---|---|---|---|
| API Name | String | 
 | The API name of the component. It can include underscores and alphanumeric characters without spaces. | 
| Field Id | String | 
 | Jira field Id, for example “customfield_10023“. | 
| Issue Metadata | 
 | The metadata information (Issue fields and allowed values) necessary for creating/updating Issues in Jira. It can be retrieved with zAgileConnect Flow Action - Get Issue Create Metadata or zAgileConnect Flow Action - Get Issue Edit Metadata | |
| Default Child value | String | Pre-populated value for the child option. | |
| Default Parent value | String | Pre-populated value for the parent option. | |
| Label | String | The label that appears with the field. Defaults to the label for this field defined in Jira. | |
| Required | Boolean | Requires users to enter a value before they can move to the next screen. Defaults to the field configuration defined in Jira. | |
| Value | Output field value. | 
