Can I access the work item ID in a calculated value attribute customization?
Hello,
I need to access a work item's ID in a calculated value attribute customization. Is it possible?
In my script I have:
var WorkItemAttributes = com.ibm.team.workitem.api.common.WorkItemAttributes;
and this allows me to access, for example, a work item's state using:
Can I do this with the ID using:workItem.getValue(WorkItemAttributes.STATE);
?workItem.getValue(WorkItemAttributes.ID);
Thank you and best regards,
Andrew