Versions Compared

Key

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


Info

This document provides REST API details and python groovy examples

...

Code Block
curl -u"user:pass" -XDELETE http://localhost:8080/rest/issueproperties/1.0/property/remove/issue/DT-1/5


Groovy

...

Examples

https://bitbucket.org/scmenthusiast/scmenthusiast-utilities/src/master/issue-properties/groovy/

python examples


Python Examples

https://bitbucket.org/scmenthusiast/scmenthusiast-utilities/src/master/issue-properties/python/

...