Hi,
I want to notify user that some tasks are not finished when it is released. So I add automation.
When: Version released.
For JQL: project = "Test" and statusCategory != done and issuetype not in (ticket, story, epic) ORDER BY created DESC
Then Send web request: xxxxxxxxxxxxxxx
It will always return: