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 Platform Community / Forums / Power Apps / How do I add Planner p...
Power Apps
Answered

How do I add Planner priority level to Issue Reporting app?

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

How can I customize the prebuilt Issue Reporting app to allow users to set the priority level when reporting an issue? The priority level corresponds to the presets in the Planner app (Urgent, Important, Medium, Low). Currently, users have to open the task in the Planner then assign a priority level.

 

I've only got as far as opening both the Manage Issues app and Issue Reporting app in the Teams' PowerApps app builder...

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

    Hi @Anonymous ,

     

    I made tests both in Dataverse for Teams and Power Apps studio, found that it is available to submit priority level only with action CreateTaskV4 of the Planner connector, however, this action is preview and only available in Power Apps studio or Power Automate, in Dataverse for Teams you could see there is only CreateTaskV3 instead.

     

    Details of CreateTaskV4 action please refer to below doc:

    https://docs.microsoft.com/en-us/connectors/planner/#create-a-task-(preview)

     

    I believe that this preview action would be released to Dataverse for Teams in the future, so that it would easily achieve your need. I will leave the detailed steps about this scenario below so that you can modify the App at that time.

    1\ On Issue Report Screen, add a section in cnvIssueReport. Add a Combo box with Items set to:

     

    Table({Name:"Urgent",Value:"1"},{Name:"Important",Value:"3"},{Name:"Medium",Value:"5"},{Name:"Low",Value:"9"})

     

    265.png

     

    2\ Add another section, copy and paste the submit button in this Card.

    266.png

     

    3\ Remove the old submit Card from the screen.

     

    4\ Add a parameter "appPriority" in the locNewTask variable:

     

    appPriority:ComboBox1.Selected.Value,
    //Combobox1 is the new added combo box name

     

    267.png

     

    5\ Modify below variable:

    268.png

    to:

     

    UpdateContext(
     {
     locRecordPlannerTask: Planner.CreateTaskV4(
     gblPlannerGroupId,
     gblPlannerPlanId,
     locNewTask.appTitle,
     {
     bucketId: locNewTask.appBucket,
     startDateTime: locNewTask.appStart,
     dueDateTime: locNewTask.appDue,
     priority:locNewTask.appPriority
     }
     )
     }
    );

     

     

    Hope this helps.

     

    Best regards,

    Community Support Team _ Jeffer Ni
    If this post helps, then please consider Accept it as the solution to help the other members find it.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Remarkable support, THANK you! I shall bookmark this and wait until CreateTaskV4 is out for Teams.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    How do I verify which version of a connector I'm using? Also, how might I be notified that the version is updated? Other than simply checking periodically.

  • v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

     

    You could check the action version via typing "V" after deleting V3 in the formula and see the prompts below, if there is the CreateTaskV4 action, then means it's available.

     

    270.png

     

    Best regards,

    Community Support Team _ Jeffer Ni
    If this post helps, then please consider Accept it as the solution to help the other members find it.

  • mnoszlopy Profile Picture
    6 on at

    Would this be a similar issue for passing attached pictures through to planner? using the issue reporter app? Looking for a solution on how to do that.

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 Apps

#1
Haque Profile Picture

Haque 94

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 38 Super User 2026 Season 1

Last 30 days Overall leaderboard