We support many different enterprise clients and need a way to "rank" each client, so that when someone views a Jira ticket they would see a icon or similar image/text next to the client name.
We would also use this for automated workflow rules. Thanks!
you would need to create a custom field. I don't know if there is any plugin that allows images.
Thanks, I think a custom field may work. Else, will likely update the client name value like:
Some Company (7/10)
Another Company (10/10)
etc...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Joe Pitt as a follow up, how can I pre-populate this new custom field and make it read-only? I cannot find a direct answer in the forums.
For example,
if ( client a ) customField = 10;
if ( client b ) customField = 8;
Etc...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can't out of the box. You need scriptrunner or another scripting plugin to run in the background to set the field. As for read only, put it only on the view screen. I don't use scripting.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.