Forums

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

Populating in the components

Akhil_vs
Contributor
March 28, 2016

jira2.JPG

 

Hi , in the above picture when i click on absence management the same thing must be populated in component also, where absence management is a component.

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
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 29, 2016

You'll want to find or write a post-function that can read the IT Area custom field, check it for "absence management" and add the component if it is missing.

As usual for this type of data automation, I'd use the Script Runner add-on to do it.

Akhil_vs
Contributor
March 29, 2016

Thanks for the help nic,

however I was able to solve it by creating a custom calculating text field and adding the formula 

<!-- @@Formula:
issue.get("customfield_12875")
-->

in description, where 12875 represents the custom field id of the field from which you want to fetch the value.

 

Nic Brough -Adaptavist-
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 29, 2016

Ok, good, you found one of the other scripting add-ons.

Suggest an answer

Log in or Sign up to answer