Child pages
  • Structure Resource - GET

This documentation relates to an older version 1.6 of the Structure Plugin for JIRA. View the current documentation home.

Skip to end of metadata
Go to start of metadata

Request

GET $baseUrl/rest/structure/1.0/structure/$id

Returns basic data about a structure.

Parameters:

$id

the ID of the structure

Response

{
   "id" : 109,
   "name" : "My Pretty Structure",
   "description" : "This is a structure that I like very much.",
   "readOnly" : true,
   "editRequiresParentIssuePermission" : true,
   "error" : "Something terrible happened"
}

Response Fields:

id

the ID of the structure

name

the name of the structure

description

the description on the structure

readOnly

true if the user has only READ access level to the structure (not present in the response otherwise)

editRequiresParentIssuePermission

true if the Require Edit Issue Permission on Parent Issue flag is set on this structure

error

error text, if any error happened - if the user has no access to the structure, for example

  • No labels