Share via

Is custom field creation supported in Microsoft Planner via Microsoft Graph API?

Arockia Jeyson 0 Reputation points
2026-03-12T16:16:57.31+00:00

Hello Team,

I would like to check whether there are any plans to support custom field creation in Microsoft Planner through the Microsoft Graph.

Currently, it appears that Planner only supports predefined task properties, and creating additional custom fields through the Graph API is not available. For our project requirements, we need the ability to add custom fields programmatically.

Could you please let us know if this feature is planned for future releases or if there is any recommended approach to achieve this functionality?

Thank you for your support.

Best regards

Microsoft 365 and Office | Development | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Steven-N 21,805 Reputation points Microsoft External Staff Moderator
    2026-03-13T00:28:28.0233333+00:00

    Hi Arockia Jeyson

    Unfortunately, Microsoft Planner does not support creating or managing custom task fields through the Microsoft Graph API. The Planner endpoints in Microsoft Graph only expose predefined properties for basic (classic) Planner plans. Custom fields, as well as other advanced capabilities (such as dependencies and resource management), are part of Planner Premium.

    Moreover, at this time, Microsoft has not published any roadmap or official announcement indicating that custom field support for Planner will be added to Microsoft Graph.

    If your scenario requires programmatic access to custom fields, the supported approach is to use Planner Premium with Dataverse. Planner Premium data (including custom fields) is stored in Microsoft Dataverse, and Microsoft supports accessing and managing this data through the Dataverse Web API rather than Microsoft Graph.

    You can read here for more information: https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/overview

    Hope my answer will help you, for any further concern, kindly let me know in the comment section.

    Regards


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".     

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Q&A Assist
    2026-03-12T16:17:08.9966667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Custom field creation for Microsoft Planner tasks is not supported via the Microsoft Graph API.

    The Planner Graph API currently exposes only the predefined task properties and operations such as:

    • Listing plans and tasks
    • Listing a user’s tasks
    • Creating, updating, and deleting tasks

    These are documented in the Planner tasks and plans API overview, which does not include any mechanism for defining or managing custom fields on tasks.

    The available operations include, for example:

    • GET /groups/{id}/planner/plans – list plans for a group
    • GET /planner/plans/{id}/tasks – list tasks in a plan
    • GET /me/planner/tasks – list tasks assigned to the current user
    • POST /planner/tasks – create a task
    • PATCH /planner/tasks/{task-id} – update a task
    • DELETE /planner/tasks/{id} – delete a task

    No supported workaround for true custom fields on Planner tasks via Graph is documented in the provided material. For visibility into future capabilities, the Microsoft 365 roadmap is the documented source for upcoming Planner features.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.