fetch_issue_create_meta.json 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651
  1. {
  2. "expand":"issuetypes",
  3. "self":"https://beepboopimatest.atlassian.net/rest/api/2/project/10001",
  4. "id":"10001",
  5. "key":"CO2",
  6. "name":"Colleen-2",
  7. "avatarUrls":{
  8. "48x48":"https://beepboopimatest.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10410",
  9. "24x24":"https://beepboopimatest.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10410?size=small",
  10. "16x16":"https://beepboopimatest.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10410?size=xsmall",
  11. "32x32":"https://beepboopimatest.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10410?size=medium"
  12. },
  13. "issuetypes":[
  14. {
  15. "self":"https://beepboopimatest.atlassian.net/rest/api/2/issuetype/10000",
  16. "id":"10000",
  17. "description":"A big user story that needs to be broken down. Created by Jira Software - do not edit or delete.",
  18. "iconUrl":"https://beepboopimatest.atlassian.net/images/icons/issuetypes/epic.svg",
  19. "name":"Epic",
  20. "untranslatedName":"Epic",
  21. "subtask":false,
  22. "expand":"fields",
  23. "fields":{
  24. "summary":{
  25. "required":true,
  26. "schema":{
  27. "type":"string",
  28. "system":"summary"
  29. },
  30. "name":"Summary",
  31. "key":"summary",
  32. "hasDefaultValue":false,
  33. "operations":[
  34. "set"
  35. ]
  36. },
  37. "issuetype":{
  38. "required":true,
  39. "schema":{
  40. "type":"issuetype",
  41. "system":"issuetype"
  42. },
  43. "name":"Issue Type",
  44. "key":"issuetype",
  45. "hasDefaultValue":false,
  46. "operations":[
  47. ],
  48. "allowedValues":[
  49. {
  50. "self":"https://beepboopimatest.atlassian.net/rest/api/2/issuetype/10000",
  51. "id":"10000",
  52. "description":"A big user story that needs to be broken down. Created by Jira Software - do not edit or delete.",
  53. "iconUrl":"https://beepboopimatest.atlassian.net/images/icons/issuetypes/epic.svg",
  54. "name":"Epic",
  55. "subtask":false,
  56. "hierarchyLevel":1
  57. }
  58. ]
  59. },
  60. "components":{
  61. "required":false,
  62. "schema":{
  63. "type":"array",
  64. "items":"component",
  65. "system":"components"
  66. },
  67. "name":"Components",
  68. "key":"components",
  69. "hasDefaultValue":false,
  70. "operations":[
  71. "add",
  72. "set",
  73. "remove"
  74. ],
  75. "allowedValues":[
  76. ]
  77. },
  78. "description":{
  79. "required":false,
  80. "schema":{
  81. "type":"string",
  82. "system":"description"
  83. },
  84. "name":"Description",
  85. "key":"description",
  86. "hasDefaultValue":false,
  87. "operations":[
  88. "set"
  89. ]
  90. },
  91. "project":{
  92. "required":true,
  93. "schema":{
  94. "type":"project",
  95. "system":"project"
  96. },
  97. "name":"Project",
  98. "key":"project",
  99. "hasDefaultValue":false,
  100. "operations":[
  101. "set"
  102. ],
  103. "allowedValues":[
  104. {
  105. "self":"https://beepboopimatest.atlassian.net/rest/api/2/project/10001",
  106. "id":"10001",
  107. "key":"CO2",
  108. "name":"Colleen-2",
  109. "projectTypeKey":"software",
  110. "simplified":false,
  111. "avatarUrls":{
  112. "48x48":"https://beepboopimatest.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10410",
  113. "24x24":"https://beepboopimatest.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10410?size=small",
  114. "16x16":"https://beepboopimatest.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10410?size=xsmall",
  115. "32x32":"https://beepboopimatest.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10410?size=medium"
  116. }
  117. }
  118. ]
  119. },
  120. "reporter":{
  121. "required":true,
  122. "schema":{
  123. "type":"user",
  124. "system":"reporter"
  125. },
  126. "name":"Reporter",
  127. "key":"reporter",
  128. "autoCompleteUrl":"https://beepboopimatest.atlassian.net/rest/api/2/user/search?query=",
  129. "hasDefaultValue":true,
  130. "operations":[
  131. "set"
  132. ]
  133. },
  134. "customfield_10011":{
  135. "required":true,
  136. "schema":{
  137. "type":"string",
  138. "custom":"com.pyxis.greenhopper.jira:gh-epic-label",
  139. "customId":10011
  140. },
  141. "name":"Epic Name",
  142. "key":"customfield_10011",
  143. "hasDefaultValue":false,
  144. "operations":[
  145. "set"
  146. ]
  147. },
  148. "customfield_10014":{
  149. "required":false,
  150. "schema":{
  151. "type":"any",
  152. "custom":"com.pyxis.greenhopper.jira:gh-epic-link",
  153. "customId":10014
  154. },
  155. "name":"Epic Link",
  156. "key":"customfield_10014",
  157. "hasDefaultValue":false,
  158. "operations":[
  159. "set"
  160. ]
  161. },
  162. "labels":{
  163. "required":false,
  164. "schema":{
  165. "type":"array",
  166. "items":"string",
  167. "system":"labels"
  168. },
  169. "name":"Labels",
  170. "key":"labels",
  171. "autoCompleteUrl":"https://beepboopimatest.atlassian.net/rest/api/1.0/labels/suggest?query=",
  172. "hasDefaultValue":false,
  173. "operations":[
  174. "add",
  175. "set",
  176. "remove"
  177. ]
  178. },
  179. "attachment":{
  180. "required":false,
  181. "schema":{
  182. "type":"array",
  183. "items":"attachment",
  184. "system":"attachment"
  185. },
  186. "name":"Attachment",
  187. "key":"attachment",
  188. "hasDefaultValue":false,
  189. "operations":[
  190. "set"
  191. ]
  192. },
  193. "issuelinks":{
  194. "required":false,
  195. "schema":{
  196. "type":"array",
  197. "items":"issuelinks",
  198. "system":"issuelinks"
  199. },
  200. "name":"Linked Issues",
  201. "key":"issuelinks",
  202. "autoCompleteUrl":"https://beepboopimatest.atlassian.net/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
  203. "hasDefaultValue":false,
  204. "operations":[
  205. "add"
  206. ]
  207. },
  208. "assignee":{
  209. "required":false,
  210. "schema":{
  211. "type":"user",
  212. "system":"assignee"
  213. },
  214. "name":"Assignee",
  215. "key":"assignee",
  216. "autoCompleteUrl":"https://beepboopimatest.atlassian.net/rest/api/2/user/assignable/search?project=CO2&query=",
  217. "hasDefaultValue":false,
  218. "operations":[
  219. "set"
  220. ]
  221. }
  222. }
  223. },
  224. {
  225. "self":"https://beepboopimatest.atlassian.net/rest/api/2/issuetype/10001",
  226. "id":"10001",
  227. "description":"Functionality or a feature expressed as a user goal.",
  228. "iconUrl":"https://beepboopimatest.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10315?size=medium",
  229. "name":"Story",
  230. "untranslatedName":"Story",
  231. "subtask":false,
  232. "expand":"fields",
  233. "fields":{
  234. "summary":{
  235. "required":true,
  236. "schema":{
  237. "type":"string",
  238. "system":"summary"
  239. },
  240. "name":"Summary",
  241. "key":"summary",
  242. "hasDefaultValue":false,
  243. "operations":[
  244. "set"
  245. ]
  246. },
  247. "issuetype":{
  248. "required":true,
  249. "schema":{
  250. "type":"issuetype",
  251. "system":"issuetype"
  252. },
  253. "name":"Issue Type",
  254. "key":"issuetype",
  255. "hasDefaultValue":false,
  256. "operations":[
  257. ],
  258. "allowedValues":[
  259. {
  260. "self":"https://beepboopimatest.atlassian.net/rest/api/2/issuetype/10001",
  261. "id":"10001",
  262. "description":"Functionality or a feature expressed as a user goal.",
  263. "iconUrl":"https://beepboopimatest.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10315?size=medium",
  264. "name":"Story",
  265. "subtask":false,
  266. "avatarId":10315,
  267. "hierarchyLevel":0
  268. }
  269. ]
  270. },
  271. "parent":{
  272. "required":false,
  273. "schema":{
  274. "type":"issuelink",
  275. "system":"parent"
  276. },
  277. "name":"Parent",
  278. "key":"parent",
  279. "hasDefaultValue":false,
  280. "operations":[
  281. "set"
  282. ]
  283. },
  284. "components":{
  285. "required":false,
  286. "schema":{
  287. "type":"array",
  288. "items":"component",
  289. "system":"components"
  290. },
  291. "name":"Components",
  292. "key":"components",
  293. "hasDefaultValue":false,
  294. "operations":[
  295. "add",
  296. "set",
  297. "remove"
  298. ],
  299. "allowedValues":[
  300. ]
  301. },
  302. "description":{
  303. "required":false,
  304. "schema":{
  305. "type":"string",
  306. "system":"description"
  307. },
  308. "name":"Description",
  309. "key":"description",
  310. "hasDefaultValue":false,
  311. "operations":[
  312. "set"
  313. ]
  314. },
  315. "project":{
  316. "required":true,
  317. "schema":{
  318. "type":"project",
  319. "system":"project"
  320. },
  321. "name":"Project",
  322. "key":"project",
  323. "hasDefaultValue":false,
  324. "operations":[
  325. "set"
  326. ],
  327. "allowedValues":[
  328. {
  329. "self":"https://beepboopimatest.atlassian.net/rest/api/2/project/10001",
  330. "id":"10001",
  331. "key":"CO2",
  332. "name":"Colleen-2",
  333. "projectTypeKey":"software",
  334. "simplified":false,
  335. "avatarUrls":{
  336. "48x48":"https://beepboopimatest.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10410",
  337. "24x24":"https://beepboopimatest.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10410?size=small",
  338. "16x16":"https://beepboopimatest.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10410?size=xsmall",
  339. "32x32":"https://beepboopimatest.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10410?size=medium"
  340. }
  341. }
  342. ]
  343. },
  344. "reporter":{
  345. "required":true,
  346. "schema":{
  347. "type":"user",
  348. "system":"reporter"
  349. },
  350. "name":"Reporter",
  351. "key":"reporter",
  352. "autoCompleteUrl":"https://beepboopimatest.atlassian.net/rest/api/2/user/search?query=",
  353. "hasDefaultValue":true,
  354. "operations":[
  355. "set"
  356. ]
  357. },
  358. "customfield_10014":{
  359. "required":false,
  360. "schema":{
  361. "type":"any",
  362. "custom":"com.pyxis.greenhopper.jira:gh-epic-link",
  363. "customId":10014
  364. },
  365. "name":"Epic Link",
  366. "key":"customfield_10014",
  367. "hasDefaultValue":false,
  368. "operations":[
  369. "set"
  370. ]
  371. },
  372. "labels":{
  373. "required":false,
  374. "schema":{
  375. "type":"array",
  376. "items":"string",
  377. "system":"labels"
  378. },
  379. "name":"Labels",
  380. "key":"labels",
  381. "autoCompleteUrl":"https://beepboopimatest.atlassian.net/rest/api/1.0/labels/suggest?query=",
  382. "hasDefaultValue":false,
  383. "operations":[
  384. "add",
  385. "set",
  386. "remove"
  387. ]
  388. },
  389. "attachment":{
  390. "required":false,
  391. "schema":{
  392. "type":"array",
  393. "items":"attachment",
  394. "system":"attachment"
  395. },
  396. "name":"Attachment",
  397. "key":"attachment",
  398. "hasDefaultValue":false,
  399. "operations":[
  400. "set"
  401. ]
  402. },
  403. "issuelinks":{
  404. "required":false,
  405. "schema":{
  406. "type":"array",
  407. "items":"issuelinks",
  408. "system":"issuelinks"
  409. },
  410. "name":"Linked Issues",
  411. "key":"issuelinks",
  412. "autoCompleteUrl":"https://beepboopimatest.atlassian.net/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
  413. "hasDefaultValue":false,
  414. "operations":[
  415. "add"
  416. ]
  417. },
  418. "assignee":{
  419. "required":false,
  420. "schema":{
  421. "type":"user",
  422. "system":"assignee"
  423. },
  424. "name":"Assignee",
  425. "key":"assignee",
  426. "autoCompleteUrl":"https://beepboopimatest.atlassian.net/rest/api/2/user/assignable/search?project=CO2&query=",
  427. "hasDefaultValue":false,
  428. "operations":[
  429. "set"
  430. ]
  431. }
  432. }
  433. },
  434. {
  435. "self":"https://beepboopimatest.atlassian.net/rest/api/2/issuetype/10002",
  436. "id":"10002",
  437. "description":"A small, distinct piece of work.",
  438. "iconUrl":"https://beepboopimatest.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium",
  439. "name":"Task",
  440. "untranslatedName":"Task",
  441. "subtask":false,
  442. "expand":"fields",
  443. "fields":{
  444. "summary":{
  445. "required":true,
  446. "schema":{
  447. "type":"string",
  448. "system":"summary"
  449. },
  450. "name":"Summary",
  451. "key":"summary",
  452. "hasDefaultValue":false,
  453. "operations":[
  454. "set"
  455. ]
  456. },
  457. "issuetype":{
  458. "required":true,
  459. "schema":{
  460. "type":"issuetype",
  461. "system":"issuetype"
  462. },
  463. "name":"Issue Type",
  464. "key":"issuetype",
  465. "hasDefaultValue":false,
  466. "operations":[
  467. ],
  468. "allowedValues":[
  469. {
  470. "self":"https://beepboopimatest.atlassian.net/rest/api/2/issuetype/10002",
  471. "id":"10002",
  472. "description":"A small, distinct piece of work.",
  473. "iconUrl":"https://beepboopimatest.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium",
  474. "name":"Task",
  475. "subtask":false,
  476. "avatarId":10318,
  477. "hierarchyLevel":0
  478. }
  479. ]
  480. },
  481. "parent":{
  482. "required":false,
  483. "schema":{
  484. "type":"issuelink",
  485. "system":"parent"
  486. },
  487. "name":"Parent",
  488. "key":"parent",
  489. "hasDefaultValue":false,
  490. "operations":[
  491. "set"
  492. ]
  493. },
  494. "components":{
  495. "required":false,
  496. "schema":{
  497. "type":"array",
  498. "items":"component",
  499. "system":"components"
  500. },
  501. "name":"Components",
  502. "key":"components",
  503. "hasDefaultValue":false,
  504. "operations":[
  505. "add",
  506. "set",
  507. "remove"
  508. ],
  509. "allowedValues":[
  510. ]
  511. },
  512. "description":{
  513. "required":false,
  514. "schema":{
  515. "type":"string",
  516. "system":"description"
  517. },
  518. "name":"Description",
  519. "key":"description",
  520. "hasDefaultValue":false,
  521. "operations":[
  522. "set"
  523. ]
  524. },
  525. "project":{
  526. "required":true,
  527. "schema":{
  528. "type":"project",
  529. "system":"project"
  530. },
  531. "name":"Project",
  532. "key":"project",
  533. "hasDefaultValue":false,
  534. "operations":[
  535. "set"
  536. ],
  537. "allowedValues":[
  538. {
  539. "self":"https://beepboopimatest.atlassian.net/rest/api/2/project/10001",
  540. "id":"10001",
  541. "key":"CO2",
  542. "name":"Colleen-2",
  543. "projectTypeKey":"software",
  544. "simplified":false,
  545. "avatarUrls":{
  546. "48x48":"https://beepboopimatest.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10410",
  547. "24x24":"https://beepboopimatest.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10410?size=small",
  548. "16x16":"https://beepboopimatest.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10410?size=xsmall",
  549. "32x32":"https://beepboopimatest.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10410?size=medium"
  550. }
  551. }
  552. ]
  553. },
  554. "reporter":{
  555. "required":true,
  556. "schema":{
  557. "type":"user",
  558. "system":"reporter"
  559. },
  560. "name":"Reporter",
  561. "key":"reporter",
  562. "autoCompleteUrl":"https://beepboopimatest.atlassian.net/rest/api/2/user/search?query=",
  563. "hasDefaultValue":true,
  564. "operations":[
  565. "set"
  566. ]
  567. },
  568. "customfield_10014":{
  569. "required":false,
  570. "schema":{
  571. "type":"any",
  572. "custom":"com.pyxis.greenhopper.jira:gh-epic-link",
  573. "customId":10014
  574. },
  575. "name":"Epic Link",
  576. "key":"customfield_10014",
  577. "hasDefaultValue":false,
  578. "operations":[
  579. "set"
  580. ]
  581. },
  582. "labels":{
  583. "required":false,
  584. "schema":{
  585. "type":"array",
  586. "items":"string",
  587. "system":"labels"
  588. },
  589. "name":"Labels",
  590. "key":"labels",
  591. "autoCompleteUrl":"https://beepboopimatest.atlassian.net/rest/api/1.0/labels/suggest?query=",
  592. "hasDefaultValue":false,
  593. "operations":[
  594. "add",
  595. "set",
  596. "remove"
  597. ]
  598. },
  599. "attachment":{
  600. "required":false,
  601. "schema":{
  602. "type":"array",
  603. "items":"attachment",
  604. "system":"attachment"
  605. },
  606. "name":"Attachment",
  607. "key":"attachment",
  608. "hasDefaultValue":false,
  609. "operations":[
  610. "set"
  611. ]
  612. },
  613. "issuelinks":{
  614. "required":false,
  615. "schema":{
  616. "type":"array",
  617. "items":"issuelinks",
  618. "system":"issuelinks"
  619. },
  620. "name":"Linked Issues",
  621. "key":"issuelinks",
  622. "autoCompleteUrl":"https://beepboopimatest.atlassian.net/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=",
  623. "hasDefaultValue":false,
  624. "operations":[
  625. "add"
  626. ]
  627. },
  628. "assignee":{
  629. "required":false,
  630. "schema":{
  631. "type":"user",
  632. "system":"assignee"
  633. },
  634. "name":"Assignee",
  635. "key":"assignee",
  636. "autoCompleteUrl":"https://beepboopimatest.atlassian.net/rest/api/2/user/assignable/search?project=CO2&query=",
  637. "hasDefaultValue":false,
  638. "operations":[
  639. "set"
  640. ]
  641. }
  642. }
  643. }
  644. ]
  645. }