What's the purpose of assignee in component?

Kirill Menke November 30, 2017

When creating a component you can only set the component lead. When you are requesting components you get an assignee besides the component lead, like it's documented in JIRA REST API (https://docs.atlassian.com/jira/REST/server/#api/2/component-createComponent). So what's the purpose of this attribute? Do component lead and assignee always have the same value?

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.
November 30, 2017

Hello,

It returns the real default assignee. When you choose a component on the issue creation screen the default assignee will be set. When you create a component you can set several choices for the default assignee: PROJECT_LEAD, COMPONENT_LEAD, UNASSIGNED. The Rest will return you the real name of the default assignee

Suggest an answer

Log in or Sign up to answer