Forums

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

Is it possible to have checkbox in description field while creating an issue?

Jayanth
Contributor
October 3, 2025

Hi,

I'm currently using scriptrunner behaviour (cloud) to have some texts displayed in description field. I can able to set the texts, but I also want to have checkboxes rendered along with the text displayed. So, my question is scriptrunner cloud supports rendering checkboxes in a field?

I have created a basic behaviour script, can you check on that?

const descriptionField = getFieldById("description");

const newDescription = `
DESCRIPTION:
- [ ] Test 1
- [ ] Test 2
`;
descriptionField.setValue(newDescription);

2 answers

1 vote
Kristian Walker _Adaptavist_
Community Champion
October 3, 2025

Hi Jayanth,

Setting the description with behaviours uses the Atlassian document format, and it is possible to set checkboxes with this, as the description field supports this.

One way to visualise the structure is to use the Atlassian document builder tool, which generates the necessary syntax. 

Using this, I have created an example script here, which populates the description with an example checklist. You can use this as a reference guide to help create the script you require. 

This script will then populate the default description with the checkboxes on the Create view, as shown below. 

Screenshot 2025-10-03 at 10.40.34.png

I hope this information helps.

Regards,

Kristian 

Sunny Ape
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.
October 3, 2025

Ooh, I didn't realise it could be done via ScriptRunner with a behaviour. Nice to know!

0 votes
Sunny Ape
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.
October 3, 2025

Hello @Jayanth 

So, my question is scriptrunner cloud supports rendering checkboxes in a field?

That question gets asked quite frequently, and the answer is still... nope!

Firstly, they are called 'Action Items' not checkboxes, and they cannot be directly entered into the Description field via markdown text via automation. Refer to this thread from a few months ago when someone last asked the question.

Next, refer to this thread from last year when Action Items were first released and the same limitation was discussed in great detail.

Lastly, refer to AUTO-1668 that is the feature request for requesting that Action Items can be added using automation. Add your vote!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events