Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

How do I add a check box to the description area of a jira project?

I'm looking to add check box action items in the description of a JIRA Project ticket.

4 answers

1 vote
MattTYXM
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Jun 30, 2023 • edited

You can switch to the source view and add HTML

<ul style="list-style-type: none">
<li>
<label style="word-wrap:break-word" for="ac-1"><input style="vertical-align:middle" type="checkbox" id="ac-1" name="ac-1" />Acceptance Criteria 1</label>
</li>
<li>
<label style="word-wrap:break-word" for="ac-2"><input style="vertical-align:middle" type="checkbox" id="ac-2" name="ac-2" />Acceptance Criteria 2</label>
</li>
<li>
<label style="word-wrap:break-word" for="ac-3"><input style="vertical-align:middle" type="checkbox" id="ac-3" name="ac-3" />Acceptance Criteria 3</label>
</li>
<li>
<label style="word-wrap:break-word" for="ac-4"><input style="vertical-align:middle" type="checkbox" id="ac-4" name="ac-4" />Acceptance Criteria 4</label>
</li>
</ul>

 

1 vote
Avinash Bhagawati {Appfire}
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Feb 10, 2020

Hi @ray.b ,

By native functionality you will not be able to add check boxes in description field. However you can use Issue Checklist Pro or Smart Checklist  for Jira enterprise in order to define acceptance criteria ,To-do list for your software projects.

https://marketplace.atlassian.com/apps/1213231/issue-checklist-pro?hosting=cloud&tab=overview&_ga=2.235653633.1021060663.1581306926-1560727921.1571396603

https://marketplace.atlassian.com/apps/1216451/smart-checklist-for-jira-enterprise?hosting=cloud&tab=overview&_ga=2.159631421.1021060663.1581306926-1560727921.1571396603

Thanks,

Avinash

Jack Hunter [HeroCoders]
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
Feb 10, 2020

Hi @ray.b 

If you don't want to pay, you can try Issue Checklist Free which is a free sibling of Issue Checklist Pro 🏆 . 

Cheers,
Jack

Like # people like this

Hi Jack,

What with economies suffering due to the global pandemic, everyone's fighting for money they hope to get in the next financial year. So getting any add-ons is a big ask. Is there any chance Issue Checklist Free could be adapted for Server as well as cloud?

Warm regards

Colin

Jack Hunter [HeroCoders]
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
Jun 02, 2020

Hi @ColinB,

We should be able to answer that question in 2-3 months.

Cheers,
Jack 

Like # people like this

I've got exactly the same question here, @ColinB :-)  I'm on server and would love to try this out on Server as trial, then free.  If it's working, I'd very likely pay anyway after that.

Could 2-3 months be switched to "days" at all? :-)  @Jack Hunter [HeroCoders] 

Sebastian Brudziński
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
Jul 30, 2020

@Mark Hallerthere are existing checklists apps available for server already. You can trial them for free for up to 6 months - that should be long enough for everyone to make a decision :)

You can take a look at our Multiple Checklists for Jira or other checklists available on server.

Best,
Sebastian

@Jack Hunter [HeroCoders] Do you know anything new about adopting Issue Checklist Free for the Server version of Jira?

Thanks,


Chris

Like # people like this
Jack Hunter [HeroCoders]
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
Oct 08, 2020

We probably need another ~2 months to make a decision.

Jack Hunter [HeroCoders]
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
Nov 02, 2020

Hi, 

Since Atlassian announced the end of life for the Server offering, we won't work on the Server version. 

However, it is still to be decided about the Data Center. 

Cheers,
Jack

Like # people like this

If you haven't already, you can vote for the feature here: https://jira.atlassian.com/browse/JRASERVER-47605 

0 votes
Joe Pitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Feb 10, 2020

If you're a JIRA admin you can add a custom checkbox field to the ticket type. 

Can you please provide steps to doing this?

Joe Pitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Feb 10, 2020

The problem with this it the checkbox items are saved with the field when it's created.

So if you've got a ticket that a developer is populating with a list of actions to be done, which are unique to that ticket, you can't do it.

e.g. https://i.imgur.com/DyILW7n.png

That's what I want to do!  It seems so simple.  Extend the rich text field type to allow checkbox as a formatting option - just like in Confluence page editing, you can just slap a checkbox in anywhere.

Like # people like this

@Mark Haller Agreed. This has been around in GitHub for ages. It's mind-boggling that Atlassian hasn't implemented this yet.

Like # people like this
Deleted user Oct 05, 2022

Agreed. The issue description field claims to support markdown, yet the valid markdown checkbox syntax is not available in Jira.

Like # people like this

Agreed - Atlassian has already cross-pollinated so much between Jira and Confluence, please do checkboxes as well!

Like # people like this

also Trello, another Atlassian product, has reusable checkbox lists that can be inserted in the tasks description field....

Like Thomas Larsen likes this
Rocha, Felipe
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Jun 30, 2023

It is just too easy right?

I'm trying to just have a checkmark in front of an SLA met smart value so in a gadget where some rows will show SLA time left, SLA Met because it's not a time value, but just a text statement could use a good old fashioned check mark in front.

However, like many large companies, we use Server version in our own cloud and our expectations that Atlassian will support this are close to nil (which is the same chance we will move to Atlassian's cloud).

Suggest an answer

Log in or Sign up to answer