h1./issue
h2. POST /issue/execute/\{issue\}
Deprecated. Apply command to issue
{panel}{{POST /rest/issue/execute/*\{issue\}*?*\{command\}*&*\{comment\}*&*\{group\}*&*\{disableNotifications\}*}}{panel}

* *Parameters:*
|| Name || Type || Description ||
| issue | issueById | TODO: Description |
| command | string | TODO: Description |
| comment | string | TODO: Description |
| group | string | TODO: Description |
| disableNotifications | boolean | TODO: Description |


h3. Sample
*Request:*
{code}POST /rest/issue/execute/TODO?command=TODO&comment=TODO&group=TODO&disableNotifications=TODO{code}

*Response:*
{code}TODO: Sample Response{code}


h2. POST /issue/\{issue\}/execute
Apply command to issue
{panel}{{POST /rest/issue/*\{issue\}*/execute?*\{command\}*&*\{comment\}*&*\{group\}*&*\{disableNotifications\}*&*\{runAs\}*}}{panel}

* *Parameters:*
|| Name || Type || Description ||
| issue | issueById | TODO: Description |
| command | string | TODO: Description |
| comment | string | TODO: Description |
| group | string | TODO: Description |
| disableNotifications | boolean | TODO: Description |
| runAs | string | TODO: Description |


h3. Sample
*Request:*
{code}POST /rest/issue/TODO/execute?command=TODO&comment=TODO&group=TODO&disableNotifications=TODO&runAs=TODO{code}

*Response:*
{code}TODO: Sample Response{code}


h2. GET /issue/\{issue\}/execute/intellisense
Get highlight and suggestions for command
{panel}{{GET /rest/issue/*\{issue\}*/execute/intellisense?*\{command\}*&*\{runAs\}*&*\{caret\}*&*\{optionsLimit\}*}}{panel}

* *Parameters:*
|| Name || Type || Description ||
| issue | issueById | TODO: Description |
| command | string | TODO: Description |
| runAs | string | TODO: Description |
| caret | Integer | TODO: Description |
| optionsLimit | Integer | TODO: Description |


h3. Sample
*Request:*
{code}GET /rest/issue/TODO/execute/intellisense?command=TODO&runAs=TODO&caret=TODO&optionsLimit=TODO{code}

*Response:*
{code}TODO: Sample Response{code}



