-
Notifications
You must be signed in to change notification settings - Fork 886
Add a way to populate template description in CLI to allow display on UI templates screen #1839
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Added @oxy to assist in validation that the template descriptions shows up in the UI |
Hey team! Please add your planning poker estimate with ZenHub @oxy @coadler |
#2159 covers the CLI part of this |
How does this compare to the description parsed in the README and that displays in IMO, I prefer using markdown for metadata like this, or perhaps #2987 down the road.. |
Copy was edited in #2247 to remove the "no description" text: eab5c15#diff-943704768957dc526907e01c9a3798d7804c3c560704712c2ae8d05dd90a953b Can we close the issue as done? |
The I'm not sure if you're suggesting that we use the front matter for the description; and if so, if we should make the CLI responsible for parsing front matter and then sending that as the description tag, or if we want to approach this another way |
I'm personally confused that there are 2 different descriptions for a template, but I think you're right this can be considered done 👍🏼 |
@bpmct this is worth a little effort to try to simplify |
Problem
There is a template description field supported via API.
but there is no way for how to populate it (or it is not obvious, no CLI
or UIis available).Definition of Done
The property is added to API and mentioned that should be avaialble to be set through CLI, but there is no such option
Implementation Notes:
This is read only in the frontend.
Why do you want this feature?
Are there any workarounds to get this functionality today?
Are you interested in submitting a PR for this?
The text was updated successfully, but these errors were encountered: