gioboa / jira-plugin

Jira plugin for VsCode
https://marketplace.visualstudio.com/items?itemName=gioboa.jira-plugin
MIT License
265 stars 41 forks source link

Create Subtask #35

Closed Kaffiend closed 5 years ago

Kaffiend commented 5 years ago

Describe the issue When trying to create a sub-task there is not a means to enter the parent task and output shows non-was specified even when working issue is set.

Expected behavior Expected subtask to be created on current working issue, or ability to specify issue key when entering subtask

Error: {"statusCode":400,"body":{"errorMessages":[],"errors":{"issuetype":"Issue type is a sub-task but parent issue key or id not specified."}},"headers":{"server":"Atlassian Proxy/1.13.6.2","cache-control":"no-cache, no-store, no-transform","content-type":"application/json;charset=UTF-8","strict-transport-security":"max-age=315360000; includeSubDomains; preload","date":"Wed, 21 Nov 2018 21:44:22 GMT","atl-traceid":"e80ffde7371ad07b","x-aaccountid":"557058%3Ac6de51c1-5643-4f86-b2ae-b00f948422a3","x-arequestid":"8b9b2d1a-eaa3-4ccd-be1d-9d58fea00282","x-xss-protection":"1; mode=block","transfer-encoding":"chunked","atl-tcs-time":"Cache Hit","x-ausername":"IanM","x-content-type-options":"nosniff","connection":"close","set-cookie":["atlassian.xsrf.token=B4D4-MOGQ-WPVC-7861_15733acd1bb42d9aae10933a75c15442ef464c98_lin; Path=/; Secure"],"x-seraph-loginreason":"OK"},"request":{"uri":{"protocol":"https:","slashes":true,"auth":null,"host":"devcssi.atlassian.net","port":443,"hostname":"devcssi.atlassian.net","hash":null,"search":null,"query":null,"pathname":"/rest/api/2/issue","path":"/rest/api/2/issue","href":"https://devcssi.atlassian.net/rest/api/2/issue"},"method":"POST","headers":{"authorization":"Basic aWFubUBjb21wbGV0ZXN5c3RlbXN1cHBvcnQuY29tOkNvZmZlZW5Db3BlMSMk","accept":"application/json","content-type":"application/json","content-length":160}}}
gioboa commented 5 years ago

Related to #38 and required field.