Skip to main content
Skip table of contents

Available fields format for bulk create API

Currently, these system fields have the correct formats to put in the API body data (only bold field names are available in issue types settings)

FIELD NAME

FIELD TYPE

KEY

FORMAT

Remark

1

Issue type

String

issuetype

"issuetype": { "id": "10000" },

2

Key

String

issuekey

3

Summary

String

summary

"summary": "Main order flow broken",

4

Description

Hypertext

description

Screenshot 2024-04-23 at 11.13.30.png

5

Priority

Single select

priority

"priority": { "id": "20000" },

6

Assignee

User

assignee

"assignee": {

"id": "5b109f2e9729b51b54dc274d"

},

7

Reporter

User

reporter

"reporter": {

"id": "5b10a2844c20165700ede21g"

},

8

Status

status

Ignore this field, since Jira doesn’t allow user to create ticket with the status. Jira always creates the issue with the first status associated in the workflow link.

9

Status category

statusCategory

Ignore, same with Status

10

Resolution

resolution

Ignore, same with Status

11

Updated

Date

updated

"updated": "2011-03-11",

same format as duedate, just replace the key

12

Status category changed

Date

statuscategorychangedate

"statuscategorychangedate": "2011-03-11",

same format as duedate, just replace the key

13

Resolved

Date

resolutiondate

"resolutiondate": "2011-03-11",

same format as duedate, just replace the key

14

Due date

Date

duedate

"duedate": "2011-03-11",

15

Labels

Multiple select

labels

"labels": [ "bugfix", "blitz_test" ],

16

Components

Multiple select

components

"components": [ { "id": "10000" } ],

17

Affects versions

Multiple select

versions

"versions": [ { "id": "10000" } ]

18

Fix versions

Multiple select

fixVersions

"fixVersions": [ { "id": "10001" } ]

19

Environment

String

environment

Screenshot 2024-04-23 at 11.19.13.png

20

Project

project

"project": { "id": "1000" },

21

Parent

parent

CODE
 "parent": {
            "key": "ATP-18"
        }

Get from endpoint edit issue

22

Sub-tasks

Issue

subtasks

Ignore

23

Linked issues

issuelinks

CODE
"issuelinks":[
         {
            "add":{
               "type":{
                  "name":"Blocks",
                  "inward":"is blocked by",
                  "outward":"blocks"
               },
               "outwardIssue":{
                  "key":"TEST-1"
               }
            }
         }
      ]

Ref, solution 2

24

Attachment

attachment

25

Comment

comment

26

Votes

votes

27

Watchers

watches

28

Security level

security

"security": { "id": "10000" },

29

Original estimate

Number

timeoriginalestimate

30

Time spent

Number

timespent

31

Remaining estimate

Number

timeestimate

32

Progress

progress

33

Work ratio

Number

workratio

34

Σ Original estimate

Number

aggregatetimeoriginalestimate

35

Σ Time spent

Number

aggregatetimespent

36

Σ Remaining estimate

Number

aggregatetimeestimate

37

Σ Progress

aggregateprogress

38

Time tracking

timetracking

"timetracking": {

"originalEstimate": "10", "remainingEstimate": "5"

},

39

Last viewed

lastViewed

40

Created

Date

created

"created": "2011-03-11",

41

Images

thumbnail

42

Log work

worklog

43

Restrict to

issuerestriction

44

Creator

creator

45

Linked issues

customfield_10070

46

Comments

customfield_10071

47

Goal

customfield_10072

48

Roadmap

customfield_10073

49

Idea archived by

customfield_10074

50

Idea archived on

customfield_10075

51

Idea archived

customfield_10076

52

Teams

customfield_10077

53

Impact score

customfield_10078

54

Customer segments

customfield_10079

55

Root cause

customfield_10060

customfield_10060: {version: 1, type: "doc", content: [{type: "paragraph", content: [{type: "text", text: "root"}]}]}

56

Workaround

customfield_10061

customfield_10061: {version: 1, type: "doc",
content: [{type: "paragraph", content: [{type: "text", text: "TOP or BOT"}]}]

}

57

Time to resolution

customfield_10062

58

Time to first response

customfield_10063

59

Time to review normal change

customfield_10065

60

Time to close after resolution

customfield_10064

61

Impact

customfield_10066

62

Insights

customfield_10067

63

Delivery status

customfield_10068

64

Delivery progress

customfield_10069

65

Responders

customfield_10050

66

Severity

customfield_10051

67

Affected hardware

customfield_10052

68

Planned start

Datetime

customfield_10053

customfield_10053: "2024-04-26T03:30+07:00"

69

Planned end

Datetime

customfield_10054

customfield_10054: "2024-04-26T03:30+07:00"

70

Implementation plan

customfield_10055

customfield_10055: {version: 1, type: "doc", content: [{type: "paragraph", content: [{type: "text", text: "Sup"}]}]}

71

Backout plan

Hypertext

customfield_10056

customfield_10056: {version: 1, type: "doc",

content: [{type: "paragraph", content: [{type: "text", text: "No plan yet"}]}]

}

72

Test plan

customfield_10057

customfield_10057: {version: 1, type: "doc", content: [{type: "paragraph", content: [{type: "text", text: "Test plan"}]}]}

73

Source

customfield_10058

74

Investigation reason

customfield_10059

75

Major incident

customfield_10049

76

Approvals

customfield_10040

77

Request participants

customfield_10041

78

Satisfaction

customfield_10042

79

Satisfaction date

customfield_10043

80

Request language

customfield_10044

81

Urgency

customfield_10045

82

Affected services

customfield_10046

83

Pending reason

customfield_10047

84

Approver groups

customfield_10048

customfield_10048: [{name: "org-admins"}, {name: "jira-product-discovery-user-access-admins-thanh-agiletest-dev"}]

85

Vulnerability

customfield_10038

86

Work category

customfield_10039

87

Category

customfield_10030

88

Design

customfield_10032

89

Atlas project key (33)

com.atlassian.atlas.jira__project-key

90

Atlas project status (34)

com.atlassian.atlas.jira__project-status

91

Revision

customfield_10035

customfield_10035: "fsdfdsfsdfds"

92

Begin Date

Datetime

customfield_10036

customfield_10036: "2024-05-09T03:00+07:00"

93

End Date

Datetime

customfield_10037

customfield_10037: "2024-05-09T03:00+07:00"

94

Open forms

customfield_10027

customfield_10027: 7

95

Submitted forms

customfield_10028

customfield_10028: 5

96

Total forms

customfield_10029

customfield_10029: 12

97

Sprint

customfield_10020

customfield_10020: 9

98

Flagged

customfield_10021

99

Target start

Date

customfield_10022

customfield_10022: "2024-05-09"

100

Target end

Date

customfield_10023

customfield_10023: "2024-05-09"

101

[Chart] Date of First Response

Datetime

customfield_10024

102

[Chart] Time in Status

customfield_10025

103

Locked forms

customfield_10026

customfield_10026: 4

104

Story point estimate

customfield_10016

customfield_10016: 4

105

Issue color

customfield_10017

106

Parent Link

customfield_10018

107

Rank

customfield_10019

108

Product Area

customfield_10090

109

Request Type

customfield_10010

110

Epic Name

customfield_10011

111

Epic Status

customfield_10012

112

Epic Color

customfield_10013

113

Epic Link

customfield_10014

114

Start date

customfield_10015

customfield_10015: "2024-04-26"

115

Change type

customfield_10005

116

Change risk

customfield_10006

117

Change reason

customfield_10007

118

Actual start

Datetime

customfield_10008

customfield_10008: "2024-04-27T09:30+07:00"

119

Actual end

Datetime

customfield_10009

customfield_10009: "2024-04-30T21:00+07:00"

120

Spec ready

customfield_10080

121

Designs ready

customfield_10081

122

Project start

customfield_10082

123

Project target

customfield_10083

124

Category

customfield_10084

125

Value

customfield_10085

126

Effort

customfield_10086

127

Idea short description

customfield_10087

128

Confidence

customfield_10088

129

Development

customfield_10000

130

Documents

customfield_10089

131

Team

customfield_10001

132

Organizations

customfield_10002

133

Approvers

customfield_10003

customfield_1003: [{

accountId,

avatarUrls: {...},

displayName: "Thanh Le",

id

}]

134

Impact

customfield_10004

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.