Enhancement: extend planner task add with more options. Closes #3246#3315
Enhancement: extend planner task add with more options. Closes #3246#3315Jwaegebaert wants to merge 7 commits intopnp:mainfrom
planner task add with more options. Closes #3246#3315Conversation
|
thanks @Jwaegebaert for all of your work including this amazing contribution 👍. |
martinlingstuyl
left a comment
There was a problem hiding this comment.
Hi @Jwaegebaert, Great work to start with. I've got a few changes for you. 👍
martinlingstuyl
left a comment
There was a problem hiding this comment.
Hi @Jwaegebaert,
Thanks for the rework! I've got two small last comments. Nothing to add further. Well done. 👍
waldekmastykarz
left a comment
There was a problem hiding this comment.
Very nicely done and we're almost there. Let's clarify a few things and do a few small adjustments before we merge it.
|
I've added a comment to #3340 to clarify the purpose of this change. Let's hold on with processing this PR until we clarified it there as we might be introducing unintended behavior. Let's mark this PR as ready for review once we concluded our discussion on the related issue. |
martinlingstuyl
left a comment
There was a problem hiding this comment.
Hi @Jwaegebaert, I'm on the verge of merging this in, but I am having some issues. Could you look into it?
|
|
||
| ```sh | ||
| m365 planner task add --title "My Planner Task" --planId "8QZEH7b3wkSbGQobscsM5gADCBa" --bucketId "IK8tuFTwQEa5vTonM7ZMRZgAKdna" --assignedToUserNames "[email protected],[email protected]" --asssigneePriority " !!" | ||
| ``` |
There was a problem hiding this comment.
I also have an error surrounding the assigneePriority option here. I cannot execute this sample (even with single quotes):
Error: The request is invalid:
Specified order hint is in an invalid format: The input ( !!) contains an invalid exclamation point at index 2.There was a problem hiding this comment.
That's weird, I could update the docs to use only a single exclamation !.
There was a problem hiding this comment.
Is the explanation correct then? And dont you have the same issue?
|
Merged manually, thank you 🤙👏 |

Closes #3246