How do I add an "Obsolete" status for tickets in a next gen Kanban project?
That status should:
* be selectable from the status dropdown in the ticket
* cause the ticket to be marked as resolved
* not be displayed on the Kanban board
How can I achieve this?
Data handling can be done in Java, in a rest plugin. The UI rendering will still be javascript.
Lots of Javascript!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So, do I need to add a rest pluginmodule to my plugin?
and how do I access the code?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
check the following doc to develop rest plugin
https://developer.atlassian.com/display/DOCS/REST+Plugin+Module
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.