Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to Make Values on a Select List (Multi Choices) appear on separate lines

Julie Cash March 11, 2020

I have a custom field, Select List- Multi Choice which appears like this for example:

one, two, three, four

Can I make it appear like:

one

two 

three

four

 

thanks!

2 answers

2 accepted

0 votes
Answer accepted
JimmyVanAU
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 11, 2020

Depending on the purpose of the field, I'd suggest a free checklist app, e.g. https://marketplace.atlassian.com/apps/1216137/agility-checklist-for-jira-free?hosting=server&tab=overview

Paid apps give you even more functionality - https://marketplace.atlassian.com/search?hosting=server&product=jira&query=checklist

Hope that helps

Julie Cash March 12, 2020

ty - we have checklist.. this is not  a checklist field.. This is select list with multi options.

JimmyVanAU
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 12, 2020

Hi Julie,

If it's not a checklist field, then I would agree with @sukkeong 

Like sukkeong likes this
Julie Cash March 12, 2020

Ok on checklist totally get it.. Is there a way to add a Jira filter with Checklist field to Confluence and have it appear on separate lines?  ty!

JimmyVanAU
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 12, 2020

Which checklist app do you have? Some checklist apps allow JQL, but not all.

Julie Cash March 13, 2020

Checklist 

Okapya Software Solutions inc.

 

thanks!

Like JimmyVanAU likes this
JimmyVanAU
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 15, 2020

Great app :) Check out this documentation: https://okapya.atlassian.net/wiki/spaces/CHKDOC/pages/270565415/Searching+for+Checklists

I'm not sure what the name of your checklist custom field is, but you can use JQL in the form of:

"Definition of Done" = allItemsUnchecked()

or something like that.

0 votes
Answer accepted
sukkeong
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 11, 2020

Unfortunately, the custom field included in JIRA does not provide such an option. I am guessing the design decision is to efficiently use the available screen real-estate.

If there is no alternative in the Marketplace, you might need to develop your own plugin, https://developer.atlassian.com/server/jira/platform/custom-field/.

Suggest an answer

Log in or Sign up to answer