Versions Compared

Key

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

...

GET http://localhost:8080/rest/projectproperties/1.0/property/list/?projectKey={projectKey}

GET http://localhost:8080/rest/projectproperties/1.0/property/list/{projectKey}/id/{propertyId}

GET http://localhost:8080/rest/projectproperties/1.0/property/list/{projectKey}/key/{propertyKey}

Query Parameters:

  • projectKey (String) - Jira Project Key
  • propertyId (Number) - Property IDpropertyKey (String)

Response: [Status: 200]

Code Block
$ curl -u"user:pass" username -XGET "http://localhost:8080/rest/projectproperties/1.0/property/list/?projectKey=DT"


Create/Add Project Properties

...