A
A
Andrey_Tem2020-10-02 12:21:44
JIRA
Andrey_Tem, 2020-10-02 12:21:44

JIRA Rendering a field based on the settings of another field?

Welcome all!
Tell me how to implement the display of fields in the task form based on the parameters of another field?
Example:
Field Quantity: 1 (can be from 1-50)
Field Number:
Field Name:

Required if the field Quantity: values ​​are greater than 1, display additional fields

Field Quantity: 2
Field Number:
Field Name :
Field Number 2:
Field Name 2:

Used by Jira v7.8.1

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
Tatyana Seminida, 2020-10-09
@Tatyana_Seminida

Good afternoon! This is done in Live Fields.
lfHide("customfield_10002"); // hides extra. fields
lfShow("customfield_10002"); // shows
You can read here: https://confluence.cprime.io/display/JJUPIN/Live+F...
If you have ScriptRunner - read about field behavior: https://scriptrunner.adaptavist.com/6.10.0 /jira/be...

A
Arty_Fact, 2020-10-29
@Arty_Fact

We use Dynamic Forms for Jira for similar

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question