fcli icon indicating copy to clipboard operation
fcli copied to clipboard

SSC: Implement issue-template custom tag management

Open rsenden opened this issue 3 years ago • 2 comments

SSC allows for manually assigning or removing custom tags to/from issue templates; we should cover this functionality in SSC either as part of the existing ssc issue-template create/update commands, or through a new command (ssc issue-template-tag?).

rsenden avatar Sep 16 '22 16:09 rsenden

For mangement of custom tags in issue-templates, I think this should be managed via ssc issue-template create/update commands. The reason for this is because with the issue template manage page in SSC, you're not creating new custom tags when modifing issue templates in the web UI, you're only assigning custom tags that have already been defined.

MikeTheSnowman avatar Sep 18 '22 01:09 MikeTheSnowman

Note that command names have changed in fcli 2.x; commands are now named fcli ssc issue create-template and fcli ssc issue update-template

rsenden avatar May 30 '24 08:05 rsenden