Forums

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

Capturing 2 values for the same set of fields by different users

Yatish Madhav
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.
May 19, 2026

Hi all

I am curious to know how the community would or have handled this scenario.

We have a set of fields that are populated in a screen. Up until now, it was mainly developers setting these fields. We now have a requirement to have the developers set it and then have QA users set their values on those same fields.

How best can this be achieved still keeping the information captured report-able?

My current best thought is to have duplicate fields (OUCH I know) but 2nd best, which would include development, that I am considering of using REST API to pull the work item history and who set the value.

Looking forward to your responses.

Thanks
Yatish

2 answers

1 vote
Marc -Devoteam-
Community Champion
May 19, 2026

Hi @Yatish Madhav 

Yes API is an option; /rest/api/3/issue/{issueIdOrKey}?expand=changelog

Or have indeed separate fields, don't use duplicate names, but refined them so it's clear what field is for Dev and what field for QA.

You could also look to have QA do this on a specific transition, that only they can trigger.

Yatish Madhav
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.
May 19, 2026

Thanks @Marc -Devoteam- 

Yea, I have considered the workflow, but we were trying to minimize the changes to the workflow and I agree on naming the fields based on who is populating it (if we go that route)

Also, thanks, i forgot that you can use expand=changelog on the get issue endpoint

Thanks again

0 votes
Dave Mathijs
Community Champion
May 19, 2026

Hi @Yatish Madhav

First, start with "Why?". Why would different users need different options for the same field as the field options are associated with the work item?

You can create a different context (configuration scheme) for a custom field, but this only relates to the space and the work type, not to the space role.

You cannot create 2 different contexts (options) within the same space for the same work type.

 

Yatish Madhav
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.
May 19, 2026

Thank you @Dave Mathijs - We are looking at the why. We used it to capture details on a ticket as part of the Developers' experience on a specific category as they completed the ticket ... But we now require the same answers by QA users (potentially others if other use cases do come up)

I did think of context but by that fact, it wasn't an option. It would be great though if field context allows for role/group/user huh?

Also considering comments as that does allow anyone to add their answers in a recorded comment, but this makes it slightly less reportable

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events