So I am trying to generate Projects on a SharePoint 2016 (O365) List from JIRA.
The JQL for JIRA is project = "Corporate IT" AND resolution is EMPTY AND issuetype not in (Epic)
I noticed that the Condition field in Flow has an Advanced mode which is I set a Resolution to "Unresolved gives me the following: @equals(triggerBody()?['fields']?['resolution'], 'unresolved')
The question I have is can I create a condition that basically considers the JQL above from JIRA in order to trigger Flow?


Report
All responses (
Answers (