h1./command
h2. GET /command/suggest
Suggests
{panel}{{GET /rest/command/suggest?*\{issueIds\}*&*\{folder\}*&*\{query\}*&*\{command\}*&*\{caret\}*&*\{optionsLimit\}*&*\{noIssuesContext\}*}}{panel}

* *Parameters:*
|| Name || Type || Description ||
| issueIds | string | TODO: Description |
| folder | string | TODO: Description |
| query | string | TODO: Description |
| command | string | TODO: Description |
| caret | Integer | TODO: Description |
| optionsLimit | Integer | TODO: Description |
| noIssuesContext | boolean | TODO: Description |


h3. Sample
*Request:*
{code}GET /rest/command/suggest?issueIds=TODO&folder=TODO&query=TODO&command=TODO&caret=TODO&optionsLimit=TODO&noIssuesContext=TODO{code}

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


h2. GET /command/underline
Underline
{panel}{{GET /rest/command/underline?*\{issueIds\}*&*\{folder\}*&*\{query\}*&*\{command\}*&*\{noIssuesContext\}*}}{panel}

* *Parameters:*
|| Name || Type || Description ||
| issueIds | string | TODO: Description |
| folder | string | TODO: Description |
| query | string | TODO: Description |
| command | string | TODO: Description |
| noIssuesContext | boolean | TODO: Description |


h3. Sample
*Request:*
{code}GET /rest/command/underline?issueIds=TODO&folder=TODO&query=TODO&command=TODO&noIssuesContext=TODO{code}

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


h2. GET /command/underlineAndSuggest
Underline and suggest
{panel}{{GET /rest/command/underlineAndSuggest?*\{issueIds\}*&*\{folder\}*&*\{query\}*&*\{command\}*&*\{caret\}*&*\{optionsLimit\}*&*\{noIssuesContext\}*}}{panel}

* *Parameters:*
|| Name || Type || Description ||
| issueIds | string | TODO: Description |
| folder | string | TODO: Description |
| query | string | TODO: Description |
| command | string | TODO: Description |
| caret | Integer | TODO: Description |
| optionsLimit | Integer | TODO: Description |
| noIssuesContext | boolean | TODO: Description |


h3. Sample
*Request:*
{code}GET /rest/command/underlineAndSuggest?issueIds=TODO&folder=TODO&query=TODO&command=TODO&caret=TODO&optionsLimit=TODO&noIssuesContext=TODO{code}

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


h2. GET /command/underlineAndSuggestAndCommands
Underline and suggest and description
{panel}{{GET /rest/command/underlineAndSuggestAndCommands?*\{issueIds\}*&*\{folder\}*&*\{query\}*&*\{command\}*&*\{caret\}*&*\{optionsLimit\}*&*\{noIssuesContext\}*}}{panel}

* *Parameters:*
|| Name || Type || Description ||
| issueIds | string | TODO: Description |
| folder | string | TODO: Description |
| query | string | TODO: Description |
| command | string | TODO: Description |
| caret | Integer | TODO: Description |
| optionsLimit | Integer | TODO: Description |
| noIssuesContext | boolean | TODO: Description |


h3. Sample
*Request:*
{code}GET /rest/command/underlineAndSuggestAndCommands?issueIds=TODO&folder=TODO&query=TODO&command=TODO&caret=TODO&optionsLimit=TODO&noIssuesContext=TODO{code}

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



