---
title: "Text input for fields"
canonical: "https://support.appfire.com/space/JMWEC/466289528/Text%20input%20for%20fields"
format: markdown
---
> Macro (aura-html)

This document lists the expected text input value that should be provided to set Jira Standard and Custom fields. <span style="color: #000000">You might also want to look at </span><span style="color: #000000">[Standard Jira fields](https://appfire.atlassian.net/wiki/spaces/JMWEC/pages/466225701)</span><span style="color: #000000">, </span><span style="color: #000000">[Predefined Custom fields](https://appfire.atlassian.net/wiki/spaces/JMWEC/pages/465242312)</span><span style="color: #000000"> and </span><span style="color: #000000">[User-created custom fields](https://appfire.atlassian.net/wiki/spaces/JMWEC/pages/465505179)</span><span style="color: #000000"> to know how to access the fields of an issue.</span>

#### <span style="color: #000000">Standard Jira fields</span>

| <span style="color: #000000"> Field Name</span> | <span style="color: #000000">Expected input value</span> | <span style="color: #000000">Examples</span> |
| --- | --- | --- |
| <span style="color: #333333">Affect Version/s</span> | <span style="color: #333333">Version </span><span style="color: #333333">*name(s) *</span><span style="color: #333333">or </span><span style="color: #333333">*ID(s) *</span><span style="color: #333333">should be provided. You can add multiple versions by typing them separated by commas.</span><br><span style="color: #333333">To obtain the ID of a version, use this REST API call that returns all version details in a project:</span><br><span style="color: #1d1c1d">https://{</span><span style="color: #1d1c1d">[yourdomain.atlassian.net](http://yourdomain.atlassian.net)</span><span style="color: #1d1c1d">}/rest/api/2/project/{projectIdorprojectKey}/version</span><br>> ⚠️ <span style="color: #003366">When you set an input value using the ID(s) you need to prefix it with "id". For example: id:10101.</span> | - <span style="color: #333333">2.0</span>
- <span style="color: #333333">2.0,3.0</span>
- `id:10011`
- `1.0, id:10111` |
| <span style="color: #333333">Assignee</span> | <span style="color: #333333">*AccountId *</span><span style="color: #333333">should be provided, or empty string for </span><span style="color: #333333">*Unassigned*</span> | `accountId:557058:3a41d4ee-3331-4363-8cdf-f90a2da92f7e` |
| <span style="color: #333333">Attachments</span> | <span style="color: #333333">Attachment URL</span><span style="color: #333333">* *</span><span style="color: #333333">should be provided. You can add multiple attachments typing the URL's separated by commas.</span> | - <span style="color: #333333">[https://picsum.photos/200/300](https://picsum.photos/200/300)</span> |
| <span style="color: #333333">Components</span> | <span style="color: #333333">Component </span><span style="color: #333333">*name(s)*</span><span style="color: #333333"> or </span><span style="color: #333333">*ID(s) *</span><span style="color: #333333">should be provided. You can add multiple components by typing them separated by commas.</span><br><span style="color: #333333">To obtain the ID of </span><span style="color: #333333">*Components*</span><span style="color: #333333">, navigate to the field configuration, edit the field and look at the end of the page URL in the navigation bar to find the ID.</span><br>> ⚠️ <span style="color: #003366">When you set an input value using the ID(s) you need to prefix it with "id". For example: id:10101.</span> | - <span style="color: #333333">C1</span>
- <span style="color: #333333">C1,C2</span>
- `id:20500`
- `C3, id:20100` |
| <span style="color: #333333">Description</span> | <span style="color: #333333">Any simple single/multi-line text should be provided</span> | - <span style="color: #333333">This is a description</span> |
| <span style="color: #333333">Due Date</span> | <span style="color: #333333">Date in </span><span style="color: #333333">[ISO_8601](https://en.wikipedia.org/wiki/ISO_8601)</span><span style="color: #333333"> format</span> | - <span style="color: #333333">2016-08-05</span> |
| <span style="color: #333333">Environment </span> | <span style="color: #333333">Any simple single/multi-line text should be provided</span> | - <span style="color: #333333">This is the QA Environment</span>
- <span style="color: #333333">QA</span> |
| <span style="color: #333333">Fix Version/s</span> | <span style="color: #333333">Version </span><span style="color: #333333">*name(s) *</span><span style="color: #333333">or </span><span style="color: #333333">*ID(s) *</span><span style="color: #333333">should be provided. You can add multiple versions by typing them separated by commas.</span><br><span style="color: #333333">To obtain the ID of version, use this REST API call that returns all version details in a project:</span><br><span style="color: #1d1c1d">https://{</span><span style="color: #1d1c1d">[yourdomain.atlassian.net](http://yourdomain.atlassian.net)</span><span style="color: #1d1c1d">}/rest/api/2/project/{projectIdorprojectKey}/version</span><br>> ⚠️ <span style="color: #003366">When you set an input value using the ID(s) you need to prefix it with "id". For example: id:10101.</span> | - <span style="color: #333333">2.0</span>
- <span style="color: #333333">2.0,3.0</span>
- `1.0, id:10111` |
| <span style="color: #333333">Issue Type</span> | Issue Type *name* or *ID *should be provided.<br><span style="color: #333333">To obtain the ID of </span><span style="color: #333333">*Issue Type*</span><span style="color: #333333">, navigate to the field configuration, edit the field and look at the end of the page URL in the navigation bar to find the ID.</span><br>> ⚠️ <span style="color: #003366">When you set an input value using the ID(s) you need to prefix it with "id". For example: id:10101.</span> | - Bug
- Task
- `id:10010` |
| <span style="color: #333333">Labels</span> | <span style="color: #333333">Any simple text should be provided. You can add multiple labels by typing them separated by spaces.</span> | - <span style="color: #333333">NewLabel</span>
- <span style="color: #333333">Label1 Label2 Label3</span>
- <span style="color: #333333">1 2 3</span> |
| <span style="color: #333333">Linked Issues</span> | <span style="color: #333333">You cannot set this field using a text value. See </span><span style="color: #333333">[JSON input for fields](https://appfire.atlassian.net/wiki/spaces/JMWEC/pages/466225769)</span><span style="color: #333333"> to set this.</span> | NA |
| <span style="color: #333333">Original Estimate</span> | <span style="color: #333333">A Number of seconds or a duration string.</span> | - <span style="color: #333333">25200</span>
- <span style="color: #333333">3w</span>
- <span style="color: #333333">4w 2d 1h</span> |
| Parent | The value should be a valid issue key.<br>Examples of Nunjucks expressions returning an issue key:<br>- {{ issue.key }}
- {{ issue.fields.parent.key }} | For example:<br>- TEST-1
- SCRUM-222 |
| <span style="color: #333333">Priority</span> | <span style="color: #333333">Priority </span><span style="color: #333333">*name*</span><span style="color: #333333"> or </span><span style="color: #333333">*ID *</span><span style="color: #333333">should be provided.</span><br><span style="color: #333333">To obtain the ID of </span><span style="color: #333333">*Priority*</span><span style="color: #333333">, navigate to the field configuration, edit the field and look at the end of the page URL in the navigation bar to find the ID.</span><br>> ⚠️ <span style="color: #003366">When you set an input value using the ID(s) you need to prefix it with "id". For example: id:1.</span> | - <span style="color: #333333">Highest</span>
- <span style="color: #333333">Low</span>
- `id:4` |
| <span style="color: #333333">Remaining Estimate</span> | <span style="color: #333333">A Number of seconds or a duration string.</span> | - <span style="color: #333333">25200</span>
- <span style="color: #333333">3w</span>
- <span style="color: #333333">4w 2d 1h</span> |
| <span style="color: #333333">Reporter</span> | <span style="color: #333333">*Username*</span><span style="color: #333333"> should be provided.</span> | - <span style="color: #333333">carter</span> |
| <span style="color: #333333">Resolution</span> | <span style="color: #333333">Resolution </span><span style="color: #333333">*name*</span><span style="color: #333333"> or </span><span style="color: #333333">*ID *</span><span style="color: #333333">should be provided.</span><br><span style="color: #333333">To obtain the ID of </span><span style="color: #333333">*Resolution*</span><span style="color: #333333">, navigate to the field configuration, edit the field and look at the end of the page URL in the navigation bar to find the ID.</span><br>> ⚠️ <span style="color: #003366">When you set an input value using the ID(s) you need to prefix it with "id". For example: id:10000.</span> | - <span style="color: #333333">Won't Do</span>
- <span style="color: #333333">Duplicate</span>
- `id:10000` |
| <span style="color: #333333">Security level</span> | <span style="color: #333333">Security level </span><span style="color: #333333">*name*</span><span style="color: #333333"> or </span><span style="color: #333333">*ID *</span><span style="color: #333333">should be provided.</span><br>> ⚠️ <span style="color: #003366">When you set an input value using the ID(s) you need to prefix it with "id". For example: id:10001.</span> | - <span style="color: #333333">QA Domain</span>
- <span style="color: #333333">Security Level for Dev</span>
- <span style="color: #333333">id:10001</span> |
| <span style="color: #333333">Summary</span> | <span style="color: #333333">Any single-line text should be provided</span> | - <span style="color: #333333">Credit Card issue module</span> |
| <span style="color: #333333">Time Tracking</span> | <span style="color: #333333">You cannot set this field using a text value. See </span><span style="color: #333333">[JSON input for fields](https://appfire.atlassian.net/wiki/spaces/JMWEC/pages/466225769)</span><span style="color: #333333"> to set this.</span> | ```
NA
``` |
| <span style="color: #333333">Watchers</span> | <span style="color: #333333">*AccountId *</span><span style="color: #333333">should be provided. You can add multiple users by typing them separated by commas.</span> | - `accountId:557058:3a41d4ee-3331-4363-8cdf-f90a2da92f7e`
- <span style="color: #333333">accountId:557058:3a41d4ee-3331-4363-8cdf-f90a2da92f7e,accountId:557356:3a41d4ee-3331-4363-8cdf-f90a2da925e8</span> |

#### <span style="color: #000000">Predefined Custom fields</span>

| <span style="color: #000000"> Field Name</span> | <span style="color: #000000">Expected input value</span> | <span style="color: #000000">Examples</span> |
| --- | --- | --- |
| Account | Account *ID* or *name* should be provided. <span style="color: #000000">To obtain the Account ID navigate to the Account and look at the end of the page URL in the navigation bar to find the ID, as shown below.</span><br><span style="color: #000000">Eg: </span><span style="color: #000000">[https://test.atlassian.net/plugins/servlet/ac/io.tempo.jira/tempo-accounts#!/account/](https://jmwe-test-2.atlassian.net/plugins/servlet/ac/io.tempo.jira/tempo-accounts#!/account/2/)</span><span style="color: #ff0000">[2](https://jmwe-test-2.atlassian.net/plugins/servlet/ac/io.tempo.jira/tempo-accounts#!/account/2/)</span><span style="color: #000000">[/](https://jmwe-test-2.atlassian.net/plugins/servlet/ac/io.tempo.jira/tempo-accounts#!/account/2/)</span> | - `1`
- `NewYork Account` |
| <span style="color: #000000">Approvers</span> | <span style="color: #000000">*AccountId *</span><span style="color: #000000">should be provided. You can add multiple users by typing them separated by commas.</span> | - `accountId:557058:3a41d4ee-3331-4363-8cdf-f90a2da92f7e`
- <span style="color: #000000">accountId:557058:3a41d4ee-3331-4363-8cdf-f90a2da92f7e,accountId:557145:3a41d4ee-3331-4363-8cdf-f90a2da926h9</span> |
| <span style="color: #000000">All Capture for Jira fields</span> | <span style="color: #000000">Any simple single/multi-line text should be provided</span> | <span style="color: #000000">All the Capture for Jira fields expect a text value.</span> |
| <span style="color: #333333">Customer Request Type</span> | <span style="color: #000000">The Customer Request Type ID or name should be provided. To obtain the Customer Request Type ID</span><br>- <span style="color: #000000">Manually set the Customer Request Type for an issue</span>
- <span style="color: #000000">In the Nunjucks tester, test for the id of the Customer Request Type for the issue: {{ </span><span style="color: #333333">issue.fields['Customer Request Type'].</span><span style="color: #333333">[requestType.id](http://requestType.id)</span><span style="color: #333333"> }}</span><br>> ⚠️ <span style="color: #333333">Note that when setting the Customer Request Type in</span><span style="color: #003366"> the </span><span style="color: #003366">[Create issue](https://appfire.atlassian.net/wiki/spaces/JMWEC/pages/466256916)</span><span style="color: #003366"> post-function</span><span style="color: #333333">, you must provide a value for </span>*every*<span style="color: #333333"> field that is declared as mandatory for that request type.</span> | - `41`
- `Travel Request` |
| <span style="color: #000000">Epic Color</span> | <span style="color: #000000">Any simple single/multi-line text should be provided</span> | - <span style="color: #000000">ghx-label-6</span> |
| <span style="color: #000000">Epic Link</span> | <span style="color: #000000">Issue </span><span style="color: #000000">*KEY*</span><span style="color: #000000"> of an Epic should be provided.</span> | - <span style="color: #000000">TEST-300</span>
- <span style="color: #000000">TP-33</span> |
| <span style="color: #000000">Epic Name</span> | <span style="color: #000000">Any simple single/multi-line text should be provided</span> | - `Creation of a new issue` |
| <span style="color: #000000">Epic Status</span> | <span style="color: #000000">Status </span><span style="color: #000000">*value*</span><span style="color: #000000"> should be provided</span> | - `To Do`
- `Done` |
| <span style="color: #000000">Flagged</span> | <span style="color: #000000">Option </span><span style="color: #000000">*value*</span><span style="color: #000000"> should be provided. </span> | - <span style="color: #000000">Impediment</span> |
| <span style="color: #000000">Organizations</span> | <span style="color: #333333">The value should be a comma-separated list of Organization names or IDs. To obtain an Organization ID, navigate to the Organization and look at the end of the page URL in the navigation bar to find the ID, as shown below:</span><span style="color: #000000"> </span><br><span style="color: #000000">Eg: </span><span style="color: #000000">[https://test.atlassian.net/projects/PSDF/organization/](https://jmwe-test-2.atlassian.net/projects/PSDF/organization/1)</span><span style="color: #ff0000">[1](https://jmwe-test-2.atlassian.net/projects/PSDF/organization/1)</span> | - <span style="color: #000000">1</span>
- <span style="color: #000000">1,33</span>
- <span style="color: #000000">Org 1, Org 2</span>
- <span style="color: #000000">Org 1, 4</span> |
| <span style="color: #000000">Raised during</span> | <span style="color: #000000">Session </span><span style="color: #000000">*ID*</span><span style="color: #000000"> should be provided. The session ID can be obtained from the URL when you view the session. To obtain the Session ID navigate to the Session and look at the end of the page URL in the navigation bar to find the ID.</span> | - <span style="color: #000000">10011</span> |
| <span style="color: #000000">Request Participants</span> | <span style="color: #000000">*AccountId *</span><span style="color: #000000">should be provided. You can add multiple users by typing them separated by commas.</span> | - `accountId:557058:3a41d4ee-3331-4363-8cdf-f90a2da92f7e`
- <span style="color: #000000">accountId:557058:3a41d4ee-3331-4363-8cdf-f90a2da92f7e,accountId:557145:3a41d4ee-3331-4363-8cdf-f90a2da926h9</span> |
| <span style="color: #000000">Satisfaction Date</span> | <span style="color: #000000">Date in </span><span style="color: #000000">[ISO_8601](https://en.wikipedia.org/wiki/ISO_8601)</span><span style="color: #000000"> format</span> | - <span style="color: #000000">2016-08-05</span> |
| Sprint | Sprint ID should be provided.<br>:info:<span style="color: #000000"> To identify the Sprint ID, add the Sprint to an issue and use the Nunjucks Script tester with the following template: {{issue.fields["Sprint"] }} and look at the id field in the result.</span> | - `3`
- `12` |
| <span style="color: #000000">Story points</span> | <span style="color: #000000">Any number</span> | - <span style="color: #000000">3.1</span>
- <span style="color: #000000">10</span> |
| <span style="color: #000000">Team</span> | <span style="color: #000000">Team </span><span style="color: #000000">*ID*</span><span style="color: #000000"> should be provided. </span>To obtain the Team ID navigate to the Team and look at the end of the page URL in the navigation bar to find the ID, as shown below.<br><span style="color: #000000">Eg: </span><span style="color: #000000">[https://test.atlassian.net/plugins/servlet/ac/io.tempo.jira/tempo-teams#!/team/](https://jmwe-test-2.atlassian.net/plugins/servlet/ac/io.tempo.jira/tempo-teams#!/team/2)</span><span style="color: #ff0000">[2](https://jmwe-test-2.atlassian.net/plugins/servlet/ac/io.tempo.jira/tempo-teams#!/team/2)</span> | - <span style="color: #000000">3</span>
- <span style="color: #000000">1 (for the default team)</span> |
| Team (Portfolio) | <span style="color: #000000">Team </span><span style="color: #000000">*ID*</span><span style="color: #000000"> should be provided. </span><br>:info:<span style="color: #000000"> To identify the team ID, add the Team to an issue and use the Nunjucks Script tester with the following template: {{ issue.fields.Team }}</span><br>> ⚠️ ### Limitations when setting this field
> ⚠️ 
> ⚠️ You cannot clear this field, nor set it if it already has a value. This is due to JIRA Portfolio bugs. | - `3`
- `1` |
| <span style="color: #000000">Test Sessions</span> | <span style="color: #000000">Session </span><span style="color: #000000">*ID*</span><span style="color: #000000"> should be provided. You can add multiple sessions by typing them separated by commas. To obtain the Session ID navigate to the Session and look at the end of the page URL in the navigation bar to find the ID.</span> | - <span style="color: #000000">10011</span>
- <span style="color: #000000">10012, 10013</span> |

#### <span style="color: #000000">User-created custom fields</span>

<span style="color: #000000">The value expected by custom fields depends on the Custom Field Type:</span>

| <span style="color: #000000">Custom field type</span> | <span style="color: #000000">Expected input value</span> | <span style="color: #000000">Examples</span> |
| --- | --- | --- |
| <span style="color: #000000">Check boxes / Multi select list</span> | <span style="color: #000000">Option </span><span style="color: #000000">*value(s)*</span><span style="color: #000000"> or </span><span style="color: #000000">*id(s) *</span><span style="color: #000000">should be provided. You can add multiple options by typing the </span><span style="color: #000000">*value(s) or id(s)*</span><span style="color: #000000"> separated by commas. </span><br>> ⚠️ When you provide the id(s) you need to prefix it with "id". For example: `id:10209`<br><span style="color: #333333">To obtain an option ID, you can go to the custom field configuration, navigate to the Option, edit it and look at the end of the page URL in the navigation bar to find the ID.</span> | - <span style="color: #000000">choice1</span>
- <span style="color: #000000">choice2,choice3</span>
- <span style="color: #000000">id:10209,id:10206</span> |
| <span style="color: #000000">Radio buttons / Single select list</span> | <span style="color: #000000">Option </span>*value*<span style="color: #000000"> or </span><span style="color: #000000">*id *</span><span style="color: #000000">should be provided</span><br>> ⚠️ When you provide the id you need to prefix it with "id". For example: `id:10209`<br><span style="color: #333333">To obtain an option ID, you can go to the custom field configuration, navigate to the Option, edit it and look at the end of the page URL in the navigation bar to find the ID.</span> | - <span style="color: #000000">Option1</span>
- <span style="color: #000000">Option2,Option3</span>
- <span style="color: #000000">id:10204</span> |
| <span style="color: #000000">Select list (cascading)</span> | <span style="color: #000000">*Parent*</span><span style="color: #000000"> </span><span style="color: #000000">*value or id*</span><span style="color: #000000"> - </span><span style="color: #000000">*Child*</span><span style="color: #000000"> </span><span style="color: #000000">*value or id *</span><span style="color: #000000">should be provided to set both the parent and child levels. To set just the parent, you should provide only the parent </span><span style="color: #000000">*value*</span><span style="color: #000000"> or </span><span style="color: #000000">*id*</span><span style="color: #000000">.</span><br>> ⚠️ When you provide the id you need to prefix it with "id". For example: `id:10209`<br><span style="color: #333333">To obtain the parent or child ID, you can go to the custom field configuration, navigate to the parent or child, edit it and look at the end of the page URL in the navigation bar to find the ID.</span> | - <span style="color: #000000">Parent and child values:</span>
  - <span style="color: #000000">2 - 2.1</span>
  - <span style="color: #000000">OS - Z/OS</span>
  - <span style="color: #000000">id:10200 - id:10202</span>
- <span style="color: #000000">Parent value only:</span>
  - <span style="color: #000000">2</span>
  - <span style="color: #000000">OS</span>
  - <span style="color: #000000">id:10200</span> |
| <span style="color: #000000">Single Group Picker</span> | <span style="color: #000000">Group </span><span style="color: #000000">*name*</span><span style="color: #000000"> should be provided</span> | - <span style="color: #000000">Group1</span> |
| Multi <span style="color: #000000">Group Picker</span> | <span style="color: #000000">Group </span>*name*<span style="color: #000000"> should be provided. You can add multiple groups by typing them separated by commas.</span> | - <span style="color: #000000">Group1</span>
- <span style="color: #000000">Group1,Group2</span> |
| <span style="color: #000000">Project Picker (single project)</span> | <span style="color: #000000">Project </span><span style="color: #000000">*key *</span><span style="color: #000000">should be provided</span> | - <span style="color: #000000">TEST</span> |
| <span style="color: #000000">User Picker (single user)</span> | <span style="color: #000000">*AccountId *</span><span style="color: #000000">should be provided.</span> | <span style="color: #000000">accountId:557058:3a41d4ee-3331-4363-8cdf-f90a2da92f7e</span> |
| User Picker (multiple users) | <span style="color: #000000">*AccountId *</span><span style="color: #000000">should be provided. You can add multiple users by typing them separated by commas.</span> | - <span style="color: #000000">accountId:557058:3a41d4ee-3331-4363-8cdf-f90a2da92f7e</span>
- <span style="color: #000000">accountId:557058:3a41d4ee-3331-4363-8cdf-f90a2da92f7e,accountId:557145:3a41d4ee-3331-4363-8cdf-f90a2da926h9</span> |
| <span style="color: #000000">Version Picker (single version)</span> | <span style="color: #000000">Version </span>*name*<span style="color: #000000"> should be provided.</span> | - <span style="color: #000000">2.0</span> |
| Version Picker (multiple versions) | <span style="color: #000000">Version </span>*name *<span style="color: #000000">should be provided. You can add multiple versions by typing them separated by commas.</span> | - `2.0,3.0` |
| Text Field (single line) | <span style="color: #000000">Any simple single text should be provided</span> | - `Testing in progress` |
| Text Field (multi line) | <span style="color: #000000">Any simple single/multi-line text should be provided</span> | - `Description:`  
`Development in progress` |
| Text Field (read only) | <span style="color: #000000">Any simple single/multi-line text should be provided</span> | - `This is a regression test` |
| URL Field | Text representing a URL should be provided | - [https://www.google.co.in/](https://www.google.co.in/) |
| Number Field | Number should be provided | - `30` |
| Labels | <span style="color: #000000">Any simple text should be provided. You can add multiple labels by typing them separated by </span><span style="color: #000000">*spaces*</span><span style="color: #000000">.</span> | - <span style="color: #000000">NewLabel</span>
- <span style="color: #000000">Label1 Label2 Label3</span>
- <span style="color: #000000">1 2 3</span> |
| Date picker | Text representing a date should be provided |  |
| Date Time Picker | Text representing a date/time should be provided |  |
| Insight Objects | The value should be a comma-separated list of Insight Object IDs. To obtain an Insight Object ID, you need to evaluate the following expression in the Nunjucks tester against an issue that has that Insight Object in the Insight Objects field:  
`{{ issue.fields["Insight Objects"][0].id }}` | - `88004398-99ef-464c-831f-498469698f29:1`
- `88004398-99ef-464c-831f-498469698f29:1`,`88004398-99ef-464c-831f-498469698f29:2,88004398-99ef-464c-831f-498469698f29:3`
- To clear the field, use an empty value. |