fortify / fcli

fcli is a command-line utility for interacting with various Fortify products
https://fortify.github.io/fcli/
Other
30 stars 16 forks source link

SSC: Implement issue-template custom tag management #93

Open rsenden opened 1 year ago

rsenden commented 1 year ago

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?).

MikeTheSnowman commented 1 year ago

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.

rsenden commented 2 months ago

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