Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
The Qlik Application Automation JIRA blocks List issues, List issues by project and List new and updated issues incrementally, have been updated to the latest API URL.
The changes come into effect on the 1st of May 2025.
The following changes in the blocks:
List issues block:
List issues by project:
List new and updated issues incrementally:
No changes
[
{
"id": "157638"
},
{
"id": "156647"
}
]
Example of the response if a user has specified the names of the field (such as "Summary") in the "Fields" input parameter:
[
{
"expand": "",
"fields": {
"summary": "Main order flow broken"
},
"id": "10002",
"key": "ED-1",
"self": "https://your-domain.atlassian.net/rest/api/3/issue/10002"
}
]
Since the response has been updated, the "Id" field will be returned by default if no fields are specified in the "Fields" input parameter.
After upgrading any of the List issues, List issues by project, and List new and updated issues incrementally blocks, add the relevant fields to the input parameter in the block, which is referenced by other blocks.
Additionally, modify the output references in other blocks if necessary. If this is not done, it will result in a null value for the input parameter, causing referenced blocks to fail with the error "Missing mandatory parameter" whenever the input parameter is required.
Example error:
{
"response": {
"status": 400,
"body": {
"errors": [
{
"code": "HTTP-400",
"title": "Invalid Request.",
"detail": "Missing mandatory parameter \"Summary\"."
}
]
}
},
"external error": false
}
If you have any questions, we're happy to assist. Reply to this blog post or take similar queries to the Qlik Application Automation forum.
Thank you for choosing Qlik,
Qlik Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.