Hi.
When you add a new Task (whether by Graph API or directly in the Planner app) the conversationThreadId is null. I want to be able to start a thread on the Task so I can add comments (i.e. posts) to it. It seems that is not possible. 😞
Comments on Tasks are Posts on the Conversation Thread as denoted by the conversationThreadId on the Task. You can add the first comment to the Task via the Planner app (which first creates the new Thread) and after that you can add posts to that thread via Graph because you can get the conversationThreadId from the Task.
BUT... it seems there is no way to START the thread on a Task via Graph. So you cannot add comments (posts) to it unless you manually add the first comment (and thread) via Planner app!
It seems you can add new Threads to a Group but you cannot add a new thread to a Task.
Any ideas?
Hi @murrah ,
I'm afraid it's not supported to start a new conversation thread on the task by using Planner API in powerapps now.
For now, in this connector, it only supports these actions:
Add assignees to a task |
Add assignees an existing Planner task. |
Create a bucket |
Create a bucket in Planner for the specified plan and group. |
Create a bucket [DEPRECATED] |
This action has been deprecated. Please use Create a bucket instead.
|
Create a task |
Create a new task in Planner. |
Create a task [DEPRECATED] |
This action has been deprecated. Please use Create a task instead.
|
Create a task [DEPRECATED] |
This action has been deprecated. Please use Create a task instead.
|
Get a task |
Get an existing Planner task. |
Get a task [DEPRECATED] |
This action has been deprecated. Please use Get a task instead.
|
Get task details |
Get the task details for an existing task. |
Get task details [DEPRECATED] |
This action has been deprecated. Please use Get task details instead.
|
List buckets |
List the buckets in a plan. |
List buckets [DEPRECATED] |
This action has been deprecated. Please use List buckets instead.
|
List buckets [DEPRECATED] |
This action has been deprecated. Please use List buckets instead.
|
List my plans [DEPRECATED] |
List the plans the user has subscribed to. |
List my plans [DEPRECATED] |
List the plans the user has subscribed to. |
List my tasks |
List the tasks assigned to me. |
List my tasks [DEPRECATED] |
This action has been deprecated. Please use List my tasks instead.
|
List plans for a group |
List plans owned by the group specified. |
List tasks |
List the tasks in a plan. |
List tasks [DEPRECATED] |
This action has been deprecated. Please use List tasks instead.
|
List tasks [DEPRECATED] |
This action has been deprecated. Please use List tasks instead.
|
Unassign users from a task |
Unassign users from an existing Planner task. |
Update a task |
Update an existing Planner task. |
Update a task (V2) |
Update an existing Planner task. |
Update a task [DEPRECATED] |
This action has been deprecated. Please use Update a task (V2) instead.
|
Update task details |
Update the task details for an existing task. |
Update task details [DEPRECATED] |
This action has been deprecated. Please use Update task details instead.
|
What you talked about is not included in.
Here's a doc about this in details for your reference:
https://docs.microsoft.com/en-us/connectors/planner/#update-task-details
If the function that you want is not included in standard connector, you could create a custom connector. Then you could customize the functions that you want in this connecor.
Here's a doc about how to create a custom connector for your reference:
https://docs.microsoft.com/en-us/connectors/custom-connectors/define-blank
Best regards,
Thanks for replying.
Yes, I am already using a custom connector - that is how I was using Graph. 🙂
My question was to confirm (or not) whether it is possible, using Graph via a Custom Connector via a PowerApp, to START a new conversation thread on a planner Task.
My custom connector works to add a comment to an EXISTING thread on a Task, but there seems to be no way to START a thread on a Task via Graph.
Thanks,
Murray
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
212 | |
204 | |
82 | |
58 | |
38 |