Forums

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

Make "Description" required field in 1 screen on certain issue types

Deleted user
May 22, 2023

Hi Community,

Is there a way to make the "Description" field mandatory on all issue types except "sub tasks"? Also, is there a way to make this the case only for the screen that I use?

Currently, I can see how to make the "Description" field required, but it affects all screens and all issue types.

Many thanks,

Toni

1 answer

1 accepted

0 votes
Answer accepted
Denis Shestov
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 Champions.
June 28, 2018

The colleague helped: 
the documentation indicates the use  of JFieldChanges []https://confluence.cprime.io/display/SIL/getFieldChanges 

but actually: 

string k="TEST-5";
string[] field_history;
field_history = getFieldChanges(k, "duedate");
runnerLog(field_history);

Suggest an answer

Log in or Sign up to answer