Versions Compared

Key

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

Limits

  • Max length of every string (e.g. keys, descriptions) is limited to 100 characters

  • Strings starting or ending with white space are not allowed

Endpoints

Get skill tree

Returns the applicable skill tree

  • GET /rest/skillsforjira/1/skilltree/global

  • Request:

    • None

  • Response [JSON]:

    • skillTree: Hierarchical skill tree including categories and skills

...

Note

Skill requirements in existing issues will not be affected.

  • POST /rest/skillsforjira/1/skilltree/global

  • Request:

    • Skill tree object

  • Response [JSON]:

    • Updated skill tree

Example:

...