You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within the planner aspect, there are typically more options provided on get level with the ability to retrieve it by plannerName, bucketName, etc. I think it could be interesting to align planner task get with this capability. Then we would get the following options.
Option
Description
-i, --id [id]
ID of the task. Specify either id or title but not both. When you specify the task ID, you no longer need to provide the information for bucket, plan, and ownerGroup.
-t, --title [title]
Title of the task. Specify either id or title but not both.
--bucketId [bucketId]
Bucket ID to which the task belongs. Specify bucketId or bucketName when using title.
--bucketName [bucketName]
Bucket Name to which the task belongs. Specify bucketId or bucketName when using title.
--planId [planId]
Plan ID to which the task belongs. Specify planId or planName when using bucketName.
--planName [planName]
Plan Name to which the task belongs. Specify planId or planName when using bucketName.
--ownerGroupId [ownerGroupId]
ID of the group to which the plan belongs. Specify ownerGroupId or ownerGroupName when using planName.
--ownerGroupName [ownerGroupName]
Name of the group to which the plan belongs. Specify ownerGroupId or ownerGroupName when using planName.
The text was updated successfully, but these errors were encountered:
Nice suggestion, @Jwaegebaert! It would be helpful to expand the descriptions of other options saying that they're only necessary when you want to retrieve task by its title. When you use its ID, you don't need to specify the plan, bucket, etc.
Good suggestion, I updated the specs. Should we also apply this to the new issue planner bucket get#3226. That when they make us of ID that they don't need to specify plan and ownerGroup
Good suggestion, I updated the specs. Should we also apply this to the new issue planner bucket get#3226. That when they make us of ID that they don't need to specify plan and ownerGroup
Within the
planner
aspect, there are typically more options provided onget
level with the ability to retrieve it byplannerName
,bucketName
, etc. I think it could be interesting to alignplanner task get
with this capability. Then we would get the following options.-i, --id [id]
id
ortitle
but not both. When you specify the task ID, you no longer need to provide the information forbucket
,plan
, andownerGroup
.-t, --title [title]
id
ortitle
but not both.--bucketId [bucketId]
bucketId
orbucketName
when usingtitle
.--bucketName [bucketName]
bucketId
orbucketName
when usingtitle
.--planId [planId]
planId
orplanName
when usingbucketName
.--planName [planName]
planId
orplanName
when usingbucketName
.--ownerGroupId [ownerGroupId]
ownerGroupId
orownerGroupName
when usingplanName
.--ownerGroupName [ownerGroupName]
ownerGroupId
orownerGroupName
when usingplanName
.The text was updated successfully, but these errors were encountered: