Hi there,
As per https://support.atlassian.com/jira-software-cloud/docs/jql-developer-status/ , I am able to query using deploymentEnvironment and deploymentState. However below piece of logic in query returns all items touched till production and even if there was some success in lower environment (development etc.).
deploymentEnvironmentType ~ Production AND deploymentState ~ successful
Need help to put a query to extract only those items which deployed in production successfully.
Thank you!
Kind regards
Dipanjan