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 / Deploying the Issues s...
Power Apps
Unanswered

Deploying the Issues sample app error: Oops! This application needs to be configured for use with Tasks. Please contact your manager.

(0) ShareShare
ReportReport
Posted on by

Hi folks

I'm very new to PowerApps and am attempting to deploy the Issue tracking sample.  I set it up in a private team, configured the templates, etc and it works fine.  I can submit and manage.  I went through the process of deploying it broadly and after publishing, I get "Oops! This application needs to be configured for use with Tasks. Please contact your manager." when i access it in Teams

 

I'm bit stumped as to where I should be looking to fix this.

Is the issue caused by it being a private team?

 

Thanks

Categories:
I have the same question (0)
  • dogan_tv3 Profile Picture
    4 on at

    @benleal have you ever found what was wrong? I have the same issue and can't figure out what else I need to do....

  • CIOMark Profile Picture
    6 on at

    Try installing the Issue Re[porting app in the General channel of the Team. It seems to work for me if I do it there, but I get the same error as you if I try deploying it in any other channel.

     

  • CIOMark Profile Picture
    6 on at

    @DoDo  Try installing the app in the General channel to see if it then works for you.

  • hansstolte Profile Picture
    38 on at

    Go to the TIMER in the Raise ISSUE app and chnage as follows:

     

    If(
    gblAppLoaded,
    // Check and set if user has access to configured Planner
    // CDS Report Issue Categories
    ClearCollect(
    colCdsIssueCategories,
    AddColumns(
    'Issue Report Categories',
    appColumns,
    Concatenate(
    Name,
    'Planner Bucket Id',
    Icon
    )
    )
    );
    // CDS Report Issue Categories (Default Selection)
    Collect(
    colCdsIssueCategories,
    {
    Name: "All",
    appSortFirst: "true",
    appDefaultValue: true
    }
    ),
    // CDS Report Issue Templates
    ClearCollect(
    colCdsIssueTemplates,
    AddColumns(
    'Issue Report Templates',
    appColumns,
    Concatenate(
    Title,
    Text('Business Days until Due'),
    'Supporting Information',
    'Primary Contact'
    ),// Force Columns into app
    appCategory,
    Category,
    appCategoryIcon,
    Category.Icon
    )
    )
    );
    // Process data, then navigate
    Navigate(
    'Insights Screen',
    ScreenTransition.None
    )

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,045

#2
Valantis Profile Picture

Valantis 675

#3
11manish Profile Picture

11manish 592

Last 30 days Overall leaderboard