Missed Team ’24? Catch up on announcements here.

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

add omponent lead to card layout

Hannes Frenzel
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!
August 30, 2018

Hi together,

I want to add the component lead as a custom field on a card in a Kanban board, but I can't find it in the list. Is this possible?

Best regards and thanks,

Hannes

1 answer

1 vote
Alexey Matveev
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.
August 30, 2018

Hello,

You would need to create your own custom field and add it to the card layout. For example, you could use the Power Custom Fields add-on. 

https://marketplace.atlassian.com/apps/1210749/power-custom-fields-premium?hosting=server&tab=overview

The code for your custom field would look like this:

if (size(components) > 0) {
return getProjectComponentLead(key, components[0]);
}

There are can be multiple components for an issue. This script returns the Component Lead from the first component, linked to an issue.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events