Predefined Project Fields


this page has been replaced by the following page

How to create and customize User & Project Fields


Here you find a list of all the predefined Project Fields that come with Metadata for Jira Version 4.6 in alphabetical order.

KeyTypeDescriptionJSON
Bamboo PlanString

Text field with up to 255 characters.

{
"key": "Bamboo Plan",
"schema": {
"type": "string"
}
}
BudgetNumber

Text field that will show a warning if anything but a number is entered.

Note that values containing something other than a number will also be saved.

{
"key": "Budget",
"schema": {
"type": "number"
}
}
Bitbucket RepoString

Text field with up to 255 characters.

{
"key": "Bitbucket Repo",
"schema": {
"type": "string"
}
}

Conference Release

Select

Dropdown to select one of the predefined allowed values.

Options: Yes / No

{
"key": "Conference Release",
"schema": {
"type": "select"
},
"allowedValues": [
{
"name": "Yes"
},
{
"name": "No"
}
]
}

Due Date

Date

Date picker to set one day as value.

{
"key": "Due Date",
"schema": {
"type": "date"
}
}
EstimationString

Text field with up to 255 characters.

{
"key": "Estimation",
"schema": {
"type": "string"
}
}

Hotfix

Select

Dropdown to select one of the predefined allowed values.

Options: Yes / No

{
"key": "Hotfix",
"schema": {
"type": "select"
},
"allowedValues": [
{
"name": "Yes"
},
{
"name": "No"
}
]
}
ImportanceSelect (with icons)

Dropdown to select one of the predefined allowed values. The options are accompanied by an icon.

Options: High / Medium / Low

{
"key": "Importance",
"schema": {
"type": "select"
},
"allowedValues": [
{
"name": "High",
"icon": "@atlaskit/icon-priority/glyph/priority-high"
},
{
"name": "Medium",
"icon": "@atlaskit/icon-priority/glyph/priority-medium"
},
{
"name": "Low",
"icon": "@atlaskit/icon-priority/glyph/priority-low"
}
]
}
InfluenceSelect (with icons)

Dropdown to select one of the predefined allowed values. The options are accompanied by an icon.

Options: High / Medium / Low

{
"key": "Influence",
"schema": {
"type": "select"
},
"allowedValues": [
{
"name": "High",
"icon": "@atlaskit/icon-priority/glyph/priority-high"
},
{
"name": "Medium",
"icon": "@atlaskit/icon-priority/glyph/priority-medium"
},
{
"name": "Low",
"icon": "@atlaskit/icon-priority/glyph/priority-low"
}
]
}

In Time

Select (with Lozenges)

Dropdown to select one of the predefined allowed values. The predefined values are displayed in a colored box.

Options: Red / Yellow / Green

{
"key": "In Time",
"schema": {
"type": "select"
},
"allowedValues": [
{
"name": "Red",
"lozenge": {
"appearance": "removed",
"bold": true
}
},
{
"name": "Yellow",
"lozenge": {
"appearance": "moved",
"bold": true
}
},
{
"name": "Green",
"lozenge": {
"appearance": "success",
"bold": true
}
}
]
}

Lead Developer

User

User Picker to set one Jira User as value.
With the User Picker you can search for names or email addresses.

{
"key": "Lead Developer",
"schema": {
"type": "user"
}
}

Mailing List

Email

{
"key": "Mailing List",
"schema": {
"type": "email"
}
}

Management Summary

Longstring

Text field without restrictions regarding the number of characters.

Note that only the first 30.000 characters are searchable. (This might be important for filtering in the Project Overview.)

{
"key": "Management Summary",
"schema": {
"type": "longstring"
}
}
PhoneTelephone
{
"key": "Phone",
"schema": {
"type": "tel"
}
}

Product Owner

User

User Picker to set one Jira User as value.
With the User Picker you can search for names or email addresses.

{
"key": "Product Owner",
"schema": {
"type": "user"
}
}
Risk

Select (with Lozenges)

Dropdown to select one of the predefined allowed values. The predefined values are displayed in a colored box.

Options: Red / Yellow / Green

{
"key": "Risk",
"schema": {
"type": "select"
},
"allowedValues": [
{
"name": "Red",
"lozenge": {
"appearance": "removed",
"bold": true
}
},
{
"name": "Yellow",
"lozenge": {
"appearance": "moved",
"bold": true
}
},
{
"name": "Green",
"lozenge": {
"appearance": "success",
"bold": true
}
}
]
}

Scrum Master

User

User Picker to set one Jira User as value.
With the User Picker you can search for names or email addresses.

{
"key": "Scrum Master",
"schema": {
"type": "user"
}
}

Stakeholder Group

Group

Group Picker to select one Jira Group as value.

{
"key": "Stakeholder Group",
"schema": {
"type": "group"
}
}

Start Date

Date

Date picker to set one day as value.

{
"key": "Start Date",
"schema": {
"type": "date"
}
}
UX LeadUser

User Picker to set one Jira User as value.
With the User Picker you can search for names or email addresses.

{
"key": "UX Lead",
"schema": {
"type": "user"
}
}