POST /rest/api/2/expression/analyse
Analyses and validates Jira expressions.
As an experimental feature, this operation can also attempt to type-check the expressions.
Learn more about Jira expressions in the documentation.
Permissions required: None.
Servers
- https://your-domain.atlassian.net
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
check |
String | No |
The check to perform:
Possible values:
Default value: "syntax" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
expressions[] |
Array | Yes |
The list of Jira expressions to analyse. |
contextVariables |
Object | No |
Context variables and their types. The type checker assumes that common context variables, such as |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.