Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The output is in JSON format and contains 

...

might contain different permissions for a project and an issue inside this project:

Code Block
languagebash
titleProject permission - true
"WORK_ON_ISSUES": 
{
            "description": "Ability to log work done against an issue. Only useful if Time Tracking is turned on.",
            "havePermission": true,
            "id": "20",
            "key": "WORK_ON_ISSUES",
            "name": "Work On Issues",
            "type": "PROJECT"
}


Code Block
languagejs
titleIssue permission - false
"WORK_ON_ISSUES": {
            "description": "Ability to log work done against an issue. Only useful if Time Tracking is turned on.",
            "havePermission": false,
            "id": "20",
            "key": "WORK_ON_ISSUES",
            "name": "Work On Issues",
            "type": "PROJECT"
}

...