Issues show in the tree on the left - but clicking on them, opens empty tab for most items

Issue #256 wontfix
Adrian Martin created an issue

Win10 Pro/64bit / Extension version 2.1.4 / VSCode 1.39.2

Some items show details, most don't - it seems to be something to do with the item being attached to to a team.

To repo:

Create item in jira, assign to yourself. Observe that it is listed in the my issues tree and that it opens in details tab

Then assign it to a team, the details will probably auto refresh and the tab page turn blank. If not then use manual refresh, the details tab is then blank.

Dev console shows, when such an issue is click:

[Embedded Page] Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=object%20with%20keys%20%7Bid%2C%20self%2C%20value%7D&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings. 
webviewElement.ts:303 [Embedded Page] Uncaught Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=object%20with%20keys%20%7Bid%2C%20self%2C%20value%7D&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings. 

There doesn't seem to be a way for me to remove the team assignment.

before assigning team

after:

Comments (34)

  1. Pramod Busam Account Deactivated

    We are having some difficulty reproducing the issue on our end. Could you provide a few more details to help us debug?

    • Is this a Jira cloud or a custom Jira instance?
    • Is this a service desk project type?
    • How is the issue being assigned to a team? By searching for the team in assignee field or somewhere in the web UI?
    • What is the type of team that the issue is being assigned to - a custom field, or a service desk group, or a Tempo time tracking team, or a team in Portfolio for Jira?
  2. sanket bhalerao

    @{557058:a30b5736-f3cf-41d7-aad0-99c9ffac78ce} in my case,

    1. custom instace
    2. its a development project
    3. web ui, by searching developer, tester persons name
    4. if you are asking about the scrum team, then there is no assignment. it says None on web ui.

  3. Pramod Busam Account Deactivated

    @sanket bhalerao Thanks for the info. Could you confirm that you are seeing the same error in the VS Code developer tools console that the issue description mentions? ([Embedded Page] Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=object%20with%20keys%20%7Bid%2C%20self%2C%20value%7D&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.)

    Are you able to view the issues in VS Code if they are unassigned or if they are assigned to yourself?

  4. Jonathan Doklovic Account Deactivated

    @sanket bhalerao If you could do the following, it would help us recreate the issue on our end:

    1. Open the VS Code settings and search for “level” Find the log level for the Atlassian extension and set it to debug.
    2. Next, search for “curl”, Find the “Enable curl logging” for Atlassian and turn it on
    3. Open the output console at the bottom of VS Code and select Atlassian from the drop down on the right
    4. Open the issue screen that has the error
    5. In the output, you should see a bunch of curl commands. Look for the following commands and run them in a terminal and capture their output:

      1. /rest/api/2/field
      2. /rest/api/2/issueLinkType
      3. /rest/api/2/issue/ISSUEKEY?expand=transitions%2CrenderedFields%2Ceditmeta%2Ctransitions.fields&fields=*all"
      4. /rest/api/2/issue/createmeta?projectKeys=VTC&expand=projects.issuetypes.fields
    6. Open the Atlassian Settings page in VS Code

    7. Click the “Send Feedback” button and submit a feedback (can be anything). Make sure to check can be contacted and add your email
    8. You will receive an email with the link to the feedback issue. Open the link and go to the issue
    9. On the issue screen attach the json files from the above curl commands

    This will allow us to recreate what your seeing on our end.

    In the future we’re planning on automating this data submission process

  5. sanket bhalerao

    Sure, i will be able to do this tomorrow and provide you the required information

    Regards, Sanket C. Bhalerao (mind the typos)

  6. sanket bhalerao

    @{557057:3695b794-cde3-43a2-99aa-c0fc6151b754} i could only find last 2 urls in the output

    1. /rest/api/2/issue/ISSUEKEY?expand=transitions%2CrenderedFields%2Ceditmeta%2Ctransitions.fields&fields=*all"
    2. /rest/api/2/issue/createmeta?projectKeys=VTC&expand=projects.issuetypes.fields

    i submitted the feedback, however the response does not contain link to the created issue.

  7. Jonathan Doklovic Account Deactivated

    @sanket bhalerao I’ve emailed you the link

    For the two missing urls, just use:

    /rest/api/2/field
    /rest/api/2/issueLinkType

    and manually add the same auth info as the other requests,

    Thanks!

  8. Jonathan Doklovic Account Deactivated

    @sanket bhalerao We belive this is resolved in the latest 2.2.0 version. can you please confirm?

    Thanks!

  9. sanket bhalerao

    Hi Jonathan, i checked the for update till 8 pm IST. Is this version released after 8pm IST?

    Regards, Sanket C. Bhalerao (mind the typos)

  10. sanket bhalerao

    @{557057:3695b794-cde3-43a2-99aa-c0fc6151b754} I checked, I can still see the issue in version 2.2.0. There is no change in the behaviour.

  11. sanket bhalerao

    @{557057:3695b794-cde3-43a2-99aa-c0fc6151b754} am I missing something?

    Adrian Martin is this working for you?

  12. sanket bhalerao

    @{557057:3695b794-cde3-43a2-99aa-c0fc6151b754} still facing the issue with version 2.2.1

    I am using only Jira part of the extension and disabled the Bitbucket part (if that makes any difference)

  13. Adrian Martin reporter

    We’ve transitioned to the latest version of Cloud based Jira, I don’t think issues have teams assigned anymore - so I can't say, if this is fixed…. I can currently see my issues in the list and the details pane.

  14. Илья Гордеенко

    Hi Team.
    I also have this issue. And I also using on prem Jira from my company.
    I can open Stories but can’t open epics.
    I tried to enable curl and debug modes. This is what I see it log.

    [2019-12-29 14:54:22:676] ----------------------------------------------------------------------
    [2019-12-29 14:54:22:676] curl -X GET -H "X-Atlassian-Token:no-check" -H "x-atlassian-force-account-id:true" -H "Content-Type:application/json" -H "Authorization:Basic <><><>==" "https://jira.data.zc2.datacenter.com/rest/api/2/issue/AIS-126?expand=transitions%2CrenderedFields%2Ceditmeta%2Ctransitions.fields&fields=*all"
    [2019-12-29 14:54:22:676] ----------------------------------------------------------------------
    [2019-12-29 14:54:24:803] ----------------------------------------------------------------------
    [2019-12-29 14:54:24:803] curl -X GET -H "X-Atlassian-Token:no-check" -H "x-atlassian-force-account-id:true" -H "Content-Type:application/json" -H "Authorization:Basic <><><>==" "https://jira.data.zc2.datacenter.com/rest/api/2/issue/createmeta?projectKeys=AIS&expand=projects.issuetypes.fields"
    [2019-12-29 14:54:24:803] ----------------------------------------------------------------------
    [2019-12-29 14:54:26:463] Error: error updating issue: TypeError: Cannot read property 'customfield_10002' of undefined

  15. Илья Гордеенко

    Here is output causing issue:

    { "expand": "projects", "projects": [ { "expand": "issuetypes", "self": "https://jira.data.zc2.datacenter.com/rest/api/2/project/13900", "id": "13900", "key": "AIS", "name": "AI Solutions", "avatarUrls": { "48x48": "https://jira.data.zc2.datacenter.com/secure/projectavatar?avatarId=10324", "24x24": "https://jira.data.zc2.datacenter.com/secure/projectavatar?size=small&avatarId=10324", "16x16": "https://jira.data.zc2.datacenter.com/secure/projectavatar?size=xsmall&avatarId=10324", "32x32": "https://jira.data.zc2.datacenter.com/secure/projectavatar?size=medium&avatarId=10324" }, "issuetypes": [ { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/issuetype/10100", "id": "10100", "description": "A task that needs to be done.", "iconUrl": "https://jira.data.zc2.datacenter.com/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype", "name": "Task", "subtask": false, "expand": "fields", "fields": { "summary": { "required": true, "schema": { "type": "string", "system": "summary" }, "name": "Summary", "hasDefaultValue": false, "operations": [ "set" ] }, "issuetype": { "required": true, "schema": { "type": "issuetype", "system": "issuetype" }, "name": "Issue Type", "hasDefaultValue": false, "operations": [], "allowedValues": [ { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/issuetype/10100", "id": "10100", "description": "A task that needs to be done.", "iconUrl": "https://jira.data.zc2.datacenter.com/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype", "name": "Task", "subtask": false, "avatarId": 10318 } ] }, "components": { "required": false, "schema": { "type": "array", "items": "component", "system": "components" }, "name": "Component/s", "hasDefaultValue": false, "operations": [ "add", "set", "remove" ], "allowedValues": [] }, "attachment": { "required": false, "schema": { "type": "array", "items": "attachment", "system": "attachment" }, "name": "Attachment", "hasDefaultValue": false, "operations": [] }, "description": { "required": false, "schema": { "type": "string", "system": "description" }, "name": "Description", "hasDefaultValue": false, "operations": [ "set" ] }, "project": { "required": true, "schema": { "type": "project", "system": "project" }, "name": "Project", "hasDefaultValue": false, "operations": [ "set" ], "allowedValues": [ { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/project/13900", "id": "13900", "key": "AIS", "name": "AI Solutions", "avatarUrls": { "48x48": "https://jira.data.zc2.datacenter.com/secure/projectavatar?avatarId=10324", "24x24": "https://jira.data.zc2.datacenter.com/secure/projectavatar?size=small&avatarId=10324", "16x16": "https://jira.data.zc2.datacenter.com/secure/projectavatar?size=xsmall&avatarId=10324", "32x32": "https://jira.data.zc2.datacenter.com/secure/projectavatar?size=medium&avatarId=10324" }, "projectCategory": { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/projectCategory/11400", "id": "11400", "description": "Co Creation", "name": "Co-Creation" } } ] }, "issuelinks": { "required": false, "schema": { "type": "array", "items": "issuelinks", "system": "issuelinks" }, "name": "Linked Issues", "autoCompleteUrl": "https://jira.data.zc2.datacenter.com/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=", "hasDefaultValue": false, "operations": [ "add" ] }, "assignee": { "required": false, "schema": { "type": "user", "system": "assignee" }, "name": "Assignee", "autoCompleteUrl": "https://jira.data.zc2.datacenter.com/rest/api/latest/user/assignable/search?issueKey=null&username=", "hasDefaultValue": false, "operations": [ "set" ] }, "customfield_10000": { "required": false, "schema": { "type": "any", "custom": "com.pyxis.greenhopper.jira:gh-epic-link", "customId": 10000 }, "name": "Epic Link", "hasDefaultValue": false, "operations": [ "set" ] }, "fixVersions": { "required": false, "schema": { "type": "array", "items": "version", "system": "fixVersions" }, "name": "Fix Version/s", "hasDefaultValue": false, "operations": [ "set", "add", "remove" ], "allowedValues": [ { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/version/15400", "id": "15400", "name": "2019-1Q", "archived": false, "released": false, "startDate": "2019-01-01", "releaseDate": "2019-03-31", "overdue": true, "userStartDate": "01/Jan/19", "userReleaseDate": "31/Mar/19", "projectId": 13900 } ] }, "priority": { "required": false, "schema": { "type": "priority", "system": "priority" }, "name": "Priority", "hasDefaultValue": true, "operations": [ "set" ], "allowedValues": [ { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/1", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/highest.svg", "name": "Highest", "id": "1" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/2", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/high.svg", "name": "High", "id": "2" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/3", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/medium.svg", "name": "Medium", "id": "3" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/4", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/low.svg", "name": "Low", "id": "4" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/5", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/lowest.svg", "name": "Lowest", "id": "5" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10000", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/blocker.svg", "name": "Blocker", "id": "10000" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10001", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/trivial.svg", "name": "Minor", "id": "10001" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10100", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/major.svg", "name": "Reqt Missing", "id": "10100" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10101", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/minor.svg", "name": "Discovery", "id": "10101" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10200", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/trivial.svg", "name": "TBD", "id": "10200" } ] }, "labels": { "required": false, "schema": { "type": "array", "items": "string", "system": "labels" }, "name": "Labels", "autoCompleteUrl": "https://jira.data.zc2.datacenter.com/rest/api/1.0/labels/suggest?query=", "hasDefaultValue": false, "operations": [ "add", "set", "remove" ] } } }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/issuetype/10001", "id": "10001", "description": "Created by Jira Software - do not edit or delete. Issue type for a user story.", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/issuetypes/story.svg", "name": "Story", "subtask": false, "expand": "fields", "fields": { "summary": { "required": true, "schema": { "type": "string", "system": "summary" }, "name": "Summary", "hasDefaultValue": false, "operations": [ "set" ] }, "issuetype": { "required": true, "schema": { "type": "issuetype", "system": "issuetype" }, "name": "Issue Type", "hasDefaultValue": false, "operations": [], "allowedValues": [ { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/issuetype/10001", "id": "10001", "description": "Created by Jira Software - do not edit or delete. Issue type for a user story.", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/issuetypes/story.svg", "name": "Story", "subtask": false } ] }, "components": { "required": false, "schema": { "type": "array", "items": "component", "system": "components" }, "name": "Component/s", "hasDefaultValue": false, "operations": [ "add", "set", "remove" ], "allowedValues": [] }, "attachment": { "required": false, "schema": { "type": "array", "items": "attachment", "system": "attachment" }, "name": "Attachment", "hasDefaultValue": false, "operations": [] }, "description": { "required": false, "schema": { "type": "string", "system": "description" }, "name": "Description", "hasDefaultValue": false, "operations": [ "set" ] }, "project": { "required": true, "schema": { "type": "project", "system": "project" }, "name": "Project", "hasDefaultValue": false, "operations": [ "set" ], "allowedValues": [ { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/project/13900", "id": "13900", "key": "AIS", "name": "AI Solutions", "avatarUrls": { "48x48": "https://jira.data.zc2.datacenter.com/secure/projectavatar?avatarId=10324", "24x24": "https://jira.data.zc2.datacenter.com/secure/projectavatar?size=small&avatarId=10324", "16x16": "https://jira.data.zc2.datacenter.com/secure/projectavatar?size=xsmall&avatarId=10324", "32x32": "https://jira.data.zc2.datacenter.com/secure/projectavatar?size=medium&avatarId=10324" }, "projectCategory": { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/projectCategory/11400", "id": "11400", "description": "Co Creation", "name": "Co-Creation" } } ] }, "issuelinks": { "required": false, "schema": { "type": "array", "items": "issuelinks", "system": "issuelinks" }, "name": "Linked Issues", "autoCompleteUrl": "https://jira.data.zc2.datacenter.com/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=", "hasDefaultValue": false, "operations": [ "add" ] }, "assignee": { "required": false, "schema": { "type": "user", "system": "assignee" }, "name": "Assignee", "autoCompleteUrl": "https://jira.data.zc2.datacenter.com/rest/api/latest/user/assignable/search?issueKey=null&username=", "hasDefaultValue": false, "operations": [ "set" ] }, "customfield_10000": { "required": false, "schema": { "type": "any", "custom": "com.pyxis.greenhopper.jira:gh-epic-link", "customId": 10000 }, "name": "Epic Link", "hasDefaultValue": false, "operations": [ "set" ] }, "fixVersions": { "required": false, "schema": { "type": "array", "items": "version", "system": "fixVersions" }, "name": "Fix Version/s", "hasDefaultValue": false, "operations": [ "set", "add", "remove" ], "allowedValues": [ { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/version/15400", "id": "15400", "name": "2019-1Q", "archived": false, "released": false, "startDate": "2019-01-01", "releaseDate": "2019-03-31", "overdue": true, "userStartDate": "01/Jan/19", "userReleaseDate": "31/Mar/19", "projectId": 13900 } ] }, "priority": { "required": false, "schema": { "type": "priority", "system": "priority" }, "name": "Priority", "hasDefaultValue": true, "operations": [ "set" ], "allowedValues": [ { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/1", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/highest.svg", "name": "Highest", "id": "1" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/2", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/high.svg", "name": "High", "id": "2" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/3", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/medium.svg", "name": "Medium", "id": "3" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/4", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/low.svg", "name": "Low", "id": "4" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/5", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/lowest.svg", "name": "Lowest", "id": "5" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10000", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/blocker.svg", "name": "Blocker", "id": "10000" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10001", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/trivial.svg", "name": "Minor", "id": "10001" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10100", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/major.svg", "name": "Reqt Missing", "id": "10100" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10101", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/minor.svg", "name": "Discovery", "id": "10101" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10200", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/trivial.svg", "name": "TBD", "id": "10200" } ] }, "labels": { "required": false, "schema": { "type": "array", "items": "string", "system": "labels" }, "name": "Labels", "autoCompleteUrl": "https://jira.data.zc2.datacenter.com/rest/api/1.0/labels/suggest?query=", "hasDefaultValue": false, "operations": [ "add", "set", "remove" ] } } }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/issuetype/10104", "id": "10104", "description": "A problem which impairs or prevents the functions of the product.", "iconUrl": "https://jira.data.zc2.datacenter.com/secure/viewavatar?size=xsmall&avatarId=10303&avatarType=issuetype", "name": "Bug", "subtask": false, "expand": "fields", "fields": { "summary": { "required": true, "schema": { "type": "string", "system": "summary" }, "name": "Summary", "hasDefaultValue": false, "operations": [ "set" ] }, "issuetype": { "required": true, "schema": { "type": "issuetype", "system": "issuetype" }, "name": "Issue Type", "hasDefaultValue": false, "operations": [], "allowedValues": [ { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/issuetype/10104", "id": "10104", "description": "A problem which impairs or prevents the functions of the product.", "iconUrl": "https://jira.data.zc2.datacenter.com/secure/viewavatar?size=xsmall&avatarId=10303&avatarType=issuetype", "name": "Bug", "subtask": false, "avatarId": 10303 } ] }, "components": { "required": false, "schema": { "type": "array", "items": "component", "system": "components" }, "name": "Component/s", "hasDefaultValue": false, "operations": [ "add", "set", "remove" ], "allowedValues": [] }, "description": { "required": false, "schema": { "type": "string", "system": "description" }, "name": "Description", "hasDefaultValue": false, "operations": [ "set" ] }, "project": { "required": true, "schema": { "type": "project", "system": "project" }, "name": "Project", "hasDefaultValue": false, "operations": [ "set" ], "allowedValues": [ { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/project/13900", "id": "13900", "key": "AIS", "name": "AI Solutions", "avatarUrls": { "48x48": "https://jira.data.zc2.datacenter.com/secure/projectavatar?avatarId=10324", "24x24": "https://jira.data.zc2.datacenter.com/secure/projectavatar?size=small&avatarId=10324", "16x16": "https://jira.data.zc2.datacenter.com/secure/projectavatar?size=xsmall&avatarId=10324", "32x32": "https://jira.data.zc2.datacenter.com/secure/projectavatar?size=medium&avatarId=10324" }, "projectCategory": { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/projectCategory/11400", "id": "11400", "description": "Co Creation", "name": "Co-Creation" } } ] }, "customfield_10000": { "required": false, "schema": { "type": "any", "custom": "com.pyxis.greenhopper.jira:gh-epic-link", "customId": 10000 }, "name": "Epic Link", "hasDefaultValue": false, "operations": [ "set" ] }, "fixVersions": { "required": false, "schema": { "type": "array", "items": "version", "system": "fixVersions" }, "name": "Fix Version/s", "hasDefaultValue": false, "operations": [ "set", "add", "remove" ], "allowedValues": [ { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/version/15400", "id": "15400", "name": "2019-1Q", "archived": false, "released": false, "startDate": "2019-01-01", "releaseDate": "2019-03-31", "overdue": true, "userStartDate": "01/Jan/19", "userReleaseDate": "31/Mar/19", "projectId": 13900 } ] }, "priority": { "required": false, "schema": { "type": "priority", "system": "priority" }, "name": "Priority", "hasDefaultValue": true, "operations": [ "set" ], "allowedValues": [ { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/1", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/highest.svg", "name": "Highest", "id": "1" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/2", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/high.svg", "name": "High", "id": "2" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/3", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/medium.svg", "name": "Medium", "id": "3" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/4", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/low.svg", "name": "Low", "id": "4" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/5", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/lowest.svg", "name": "Lowest", "id": "5" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10000", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/blocker.svg", "name": "Blocker", "id": "10000" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10001", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/trivial.svg", "name": "Minor", "id": "10001" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10100", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/major.svg", "name": "Reqt Missing", "id": "10100" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10101", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/minor.svg", "name": "Discovery", "id": "10101" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10200", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/trivial.svg", "name": "TBD", "id": "10200" } ] }, "labels": { "required": false, "schema": { "type": "array", "items": "string", "system": "labels" }, "name": "Labels", "autoCompleteUrl": "https://jira.data.zc2.datacenter.com/rest/api/1.0/labels/suggest?query=", "hasDefaultValue": false, "operations": [ "add", "set", "remove" ] }, "environment": { "required": false, "schema": { "type": "string", "system": "environment" }, "name": "Environment", "hasDefaultValue": false, "operations": [ "set" ] }, "attachment": { "required": false, "schema": { "type": "array", "items": "attachment", "system": "attachment" }, "name": "Attachment", "hasDefaultValue": false, "operations": [] }, "versions": { "required": false, "schema": { "type": "array", "items": "version", "system": "versions" }, "name": "Affects Version/s", "hasDefaultValue": false, "operations": [ "set", "add", "remove" ], "allowedValues": [ { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/version/15400", "id": "15400", "name": "2019-1Q", "archived": false, "released": false, "startDate": "2019-01-01", "releaseDate": "2019-03-31", "overdue": true, "userStartDate": "01/Jan/19", "userReleaseDate": "31/Mar/19", "projectId": 13900 } ] }, "issuelinks": { "required": false, "schema": { "type": "array", "items": "issuelinks", "system": "issuelinks" }, "name": "Linked Issues", "autoCompleteUrl": "https://jira.data.zc2.datacenter.com/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=", "hasDefaultValue": false, "operations": [ "add" ] }, "assignee": { "required": false, "schema": { "type": "user", "system": "assignee" }, "name": "Assignee", "autoCompleteUrl": "https://jira.data.zc2.datacenter.com/rest/api/latest/user/assignable/search?issueKey=null&username=", "hasDefaultValue": false, "operations": [ "set" ] } } }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/issuetype/10000", "id": "10000", "description": "Created by Jira Software - do not edit or delete. Issue type for a big user story that needs to be broken down.", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/issuetypes/epic.svg", "name": "Epic", "subtask": false, "expand": "fields", "fields": { "summary": { "required": true, "schema": { "type": "string", "system": "summary" }, "name": "Summary", "hasDefaultValue": false, "operations": [ "set" ] }, "issuetype": { "required": true, "schema": { "type": "issuetype", "system": "issuetype" }, "name": "Issue Type", "hasDefaultValue": false, "operations": [], "allowedValues": [ { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/issuetype/10000", "id": "10000", "description": "Created by Jira Software - do not edit or delete. Issue type for a big user story that needs to be broken down.", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/issuetypes/epic.svg", "name": "Epic", "subtask": false } ] }, "components": { "required": false, "schema": { "type": "array", "items": "component", "system": "components" }, "name": "Component/s", "hasDefaultValue": false, "operations": [ "add", "set", "remove" ], "allowedValues": [] }, "description": { "required": false, "schema": { "type": "string", "system": "description" }, "name": "Description", "hasDefaultValue": false, "operations": [ "set" ] }, "project": { "required": true, "schema": { "type": "project", "system": "project" }, "name": "Project", "hasDefaultValue": false, "operations": [ "set" ], "allowedValues": [ { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/project/13900", "id": "13900", "key": "AIS", "name": "AI Solutions", "avatarUrls": { "48x48": "https://jira.data.zc2.datacenter.com/secure/projectavatar?avatarId=10324", "24x24": "https://jira.data.zc2.datacenter.com/secure/projectavatar?size=small&avatarId=10324", "16x16": "https://jira.data.zc2.datacenter.com/secure/projectavatar?size=xsmall&avatarId=10324", "32x32": "https://jira.data.zc2.datacenter.com/secure/projectavatar?size=medium&avatarId=10324" }, "projectCategory": { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/projectCategory/11400", "id": "11400", "description": "Co Creation", "name": "Co-Creation" } } ] }, "customfield_10000": { "required": false, "schema": { "type": "any", "custom": "com.pyxis.greenhopper.jira:gh-epic-link", "customId": 10000 }, "name": "Epic Link", "hasDefaultValue": false, "operations": [ "set" ] }, "fixVersions": { "required": false, "schema": { "type": "array", "items": "version", "system": "fixVersions" }, "name": "Fix Version/s", "hasDefaultValue": false, "operations": [ "set", "add", "remove" ], "allowedValues": [ { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/version/15400", "id": "15400", "name": "2019-1Q", "archived": false, "released": false, "startDate": "2019-01-01", "releaseDate": "2019-03-31", "overdue": true, "userStartDate": "01/Jan/19", "userReleaseDate": "31/Mar/19", "projectId": 13900 } ] }, "priority": { "required": false, "schema": { "type": "priority", "system": "priority" }, "name": "Priority", "hasDefaultValue": true, "operations": [ "set" ], "allowedValues": [ { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/1", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/highest.svg", "name": "Highest", "id": "1" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/2", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/high.svg", "name": "High", "id": "2" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/3", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/medium.svg", "name": "Medium", "id": "3" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/4", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/low.svg", "name": "Low", "id": "4" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/5", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/lowest.svg", "name": "Lowest", "id": "5" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10000", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/blocker.svg", "name": "Blocker", "id": "10000" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10001", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/trivial.svg", "name": "Minor", "id": "10001" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10100", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/major.svg", "name": "Reqt Missing", "id": "10100" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10101", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/minor.svg", "name": "Discovery", "id": "10101" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10200", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/trivial.svg", "name": "TBD", "id": "10200" } ] }, "customfield_10002": { "required": true, "schema": { "type": "string", "custom": "com.pyxis.greenhopper.jira:gh-epic-label", "customId": 10002 }, "name": "Epic Name", "hasDefaultValue": false, "operations": [ "set" ] }, "labels": { "required": false, "schema": { "type": "array", "items": "string", "system": "labels" }, "name": "Labels", "autoCompleteUrl": "https://jira.data.zc2.datacenter.com/rest/api/1.0/labels/suggest?query=", "hasDefaultValue": false, "operations": [ "add", "set", "remove" ] }, "attachment": { "required": false, "schema": { "type": "array", "items": "attachment", "system": "attachment" }, "name": "Attachment", "hasDefaultValue": false, "operations": [] }, "issuelinks": { "required": false, "schema": { "type": "array", "items": "issuelinks", "system": "issuelinks" }, "name": "Linked Issues", "autoCompleteUrl": "https://jira.data.zc2.datacenter.com/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=", "hasDefaultValue": false, "operations": [ "add" ] }, "assignee": { "required": false, "schema": { "type": "user", "system": "assignee" }, "name": "Assignee", "autoCompleteUrl": "https://jira.data.zc2.datacenter.com/rest/api/latest/user/assignable/search?issueKey=null&username=", "hasDefaultValue": false, "operations": [ "set" ] } } }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/issuetype/10502", "id": "10502", "description": "Project's risk", "iconUrl": "https://jira.data.zc2.datacenter.com/secure/viewavatar?size=xsmall&avatarId=10323&avatarType=issuetype", "name": "Risk", "subtask": false, "expand": "fields", "fields": { "summary": { "required": true, "schema": { "type": "string", "system": "summary" }, "name": "Summary", "hasDefaultValue": false, "operations": [ "set" ] }, "issuetype": { "required": true, "schema": { "type": "issuetype", "system": "issuetype" }, "name": "Issue Type", "hasDefaultValue": false, "operations": [], "allowedValues": [ { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/issuetype/10502", "id": "10502", "description": "Project's risk", "iconUrl": "https://jira.data.zc2.datacenter.com/secure/viewavatar?size=xsmall&avatarId=10323&avatarType=issuetype", "name": "Risk", "subtask": false, "avatarId": 10323 } ] }, "components": { "required": false, "schema": { "type": "array", "items": "component", "system": "components" }, "name": "Component/s", "hasDefaultValue": false, "operations": [ "add", "set", "remove" ], "allowedValues": [] }, "attachment": { "required": false, "schema": { "type": "array", "items": "attachment", "system": "attachment" }, "name": "Attachment", "hasDefaultValue": false, "operations": [] }, "description": { "required": false, "schema": { "type": "string", "system": "description" }, "name": "Description", "hasDefaultValue": false, "operations": [ "set" ] }, "project": { "required": true, "schema": { "type": "project", "system": "project" }, "name": "Project", "hasDefaultValue": false, "operations": [ "set" ], "allowedValues": [ { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/project/13900", "id": "13900", "key": "AIS", "name": "AI Solutions", "avatarUrls": { "48x48": "https://jira.data.zc2.datacenter.com/secure/projectavatar?avatarId=10324", "24x24": "https://jira.data.zc2.datacenter.com/secure/projectavatar?size=small&avatarId=10324", "16x16": "https://jira.data.zc2.datacenter.com/secure/projectavatar?size=xsmall&avatarId=10324", "32x32": "https://jira.data.zc2.datacenter.com/secure/projectavatar?size=medium&avatarId=10324" }, "projectCategory": { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/projectCategory/11400", "id": "11400", "description": "Co Creation", "name": "Co-Creation" } } ] }, "issuelinks": { "required": false, "schema": { "type": "array", "items": "issuelinks", "system": "issuelinks" }, "name": "Linked Issues", "autoCompleteUrl": "https://jira.data.zc2.datacenter.com/rest/api/2/issue/picker?currentProjectId=&showSubTaskParent=true&showSubTasks=true&currentIssueKey=null&query=", "hasDefaultValue": false, "operations": [ "add" ] }, "assignee": { "required": false, "schema": { "type": "user", "system": "assignee" }, "name": "Assignee", "autoCompleteUrl": "https://jira.data.zc2.datacenter.com/rest/api/latest/user/assignable/search?issueKey=null&username=", "hasDefaultValue": false, "operations": [ "set" ] }, "customfield_10000": { "required": false, "schema": { "type": "any", "custom": "com.pyxis.greenhopper.jira:gh-epic-link", "customId": 10000 }, "name": "Epic Link", "hasDefaultValue": false, "operations": [ "set" ] }, "fixVersions": { "required": false, "schema": { "type": "array", "items": "version", "system": "fixVersions" }, "name": "Fix Version/s", "hasDefaultValue": false, "operations": [ "set", "add", "remove" ], "allowedValues": [ { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/version/15400", "id": "15400", "name": "2019-1Q", "archived": false, "released": false, "startDate": "2019-01-01", "releaseDate": "2019-03-31", "overdue": true, "userStartDate": "01/Jan/19", "userReleaseDate": "31/Mar/19", "projectId": 13900 } ] }, "priority": { "required": false, "schema": { "type": "priority", "system": "priority" }, "name": "Priority", "hasDefaultValue": true, "operations": [ "set" ], "allowedValues": [ { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/1", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/highest.svg", "name": "Highest", "id": "1" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/2", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/high.svg", "name": "High", "id": "2" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/3", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/medium.svg", "name": "Medium", "id": "3" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/4", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/low.svg", "name": "Low", "id": "4" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/5", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/lowest.svg", "name": "Lowest", "id": "5" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10000", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/blocker.svg", "name": "Blocker", "id": "10000" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10001", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/trivial.svg", "name": "Minor", "id": "10001" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10100", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/major.svg", "name": "Reqt Missing", "id": "10100" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10101", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/minor.svg", "name": "Discovery", "id": "10101" }, { "self": "https://jira.data.zc2.datacenter.com/rest/api/2/priority/10200", "iconUrl": "https://jira.data.zc2.datacenter.com/images/icons/priorities/trivial.svg", "name": "TBD", "id": "10200" } ] }, "labels": { "required": false, "schema": { "type": "array", "items": "string", "system": "labels" }, "name": "Labels", "autoCompleteUrl": "https://jira.data.zc2.datacenter.com/rest/api/1.0/labels/suggest?query=", "hasDefaultValue": false, "operations": [ "add", "set", "remove" ] } } } ] } ] }

  16. sanket bhalerao

    @{557057:3695b794-cde3-43a2-99aa-c0fc6151b754} any luck with this issue?

    i would really like to use this extension, but can’t. i installed it for more than 3-4 months but could never use it even once 😞

  17. Jonathan Doklovic Account Deactivated

    @sanket bhalerao I’m having problems recreating the issue with your data. I can open the issue and it displays properly. That being said, the data for the issue you sent (key ending in 5490) does not have an assignee field at all.

    Could you find a different issue that’s not working and send me the data for it? (/rest/api/2/issue/{issuekey}?expand=transitions%2CrenderedFields%2Ceditmeta%2Ctransitions.fields&fields=*all)

    Also, is it broken because of assignee being a team, or is it a specific issuetype that’s not working?

  18. sanket bhalerao

    @{557057:3695b794-cde3-43a2-99aa-c0fc6151b754} i have attached a file “transition.json” to the customer feedback ticket i opened earlier (ref: PIF-846).

    let me know if you can access it.

    just to make sure i checked the assignee field for this issue i provided its assigned to me, not to a project.

  19. Jonathan Doklovic Account Deactivated

    @sanket bhalerao Thanks for the new file. I am now able to re-create the issue and it seems to be related to the way we handle (or don’t handle) cascading-select custom fields.

    This might take me a bit to work out the solution but we’re making progress.

  20. Jonathan Doklovic Account Deactivated

    @sanket bhalerao Can you tell me what version of Jira you’re using? It should be in the footer of the home/dashboard of Jira

  21. Jonathan Doklovic Account Deactivated

    @Илья Гордеенкo I think you have a different issue. Could you please open up a new Bitbucket issue and provide the data for:

    1. /rest/api/2/issue/ISSUEKEY?expand=transitions%2CrenderedFields%2Ceditmeta%2Ctransitions.fields&fields=*all"
    2. /rest/api/2/issue/createmeta?projectKeys=VTC&expand=projects.issuetypes.fields
    3. /rest/api/2/field
    4. /rest/api/2/issueLinkType

  22. Alastair Wilkes

    Hi @sanket bhalerao,

    Thanks for helping Jonathan diagnose this issue and providing your version information.

    Unfortunately, version 6.2.1 was released in March 2014 and reached End of Life (EOL) two years later. This bug in this issue is a result of Jira API changes introduced since that version was released.

    As it would be unfeasible to support all variations of APIs across all Jira versions, we can only commit to supporting Jira versions that have not reached their EOL. Per our policy, Atlassian supports feature versions for two years after the first major iteration of that version was released. We will update our documentation to reflect this policy.

    We suggest your organization upgrade to a newer version of Jira — not only to fix this bug, but to take advantage of all the new features and bug fixes that have been released since then.

    Thanks,
    Alastair
    PM, Integrations

  23. Log in to comment