web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Automate
Answered

JIRA JQL to Flow

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

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?

Categories:
I have the same question (0)
  • Verified answer
    v-micsh-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous,

     

    Yes, we could write formula directly under the condition advanced mode.

    For the condition you have mentioned, project equals to the string "Corporate IT", resolution contains no value (empty) and issuetype not equal to Epic.

    The format should be the following:

     

    @and(equals(triggerBody()?['fields']?['project'],'Corporate IT'),
     and(empty(triggerBody()?['fields']?['resolution']),
     not(equals(triggerBody()?['fields']?['issuetype'],'Epic'))
     )
    )

    You could find the function reference through the document below:

    Workflow Definition Language schema for Azure Logic Apps

    For the actual content, please choose the dynamic content in basic mode, then switch to advanced mode to find the proper code (here I only reference the data from the one you mentioned), then change the proper part of the formula.

    If you need any further assistance, please post back.

    Regards,

    Michael

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 262 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 227

#3
Expiscornovus Profile Picture

Expiscornovus 225 Most Valuable Professional

Last 30 days Overall leaderboard