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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Automate
Unanswered

JIRA JQL to Flow

(0) ShareShare
ReportReport
Posted on by

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
    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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 463 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 427 Moderator

#3
abm abm Profile Picture

abm abm 245 Most Valuable Professional

Last 30 days Overall leaderboard