Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

OperationAdvisor - modifiedBy return null

Hello,

I'm currently developping an operation advisor extension (for server-side).
I need to know which IContributor (I only need the handle) has clicked on the "save" button. I'm able to get the source workItem whth all the other attributes I need (owner and custom attributes) but I still not able to know who performed the save action.

Here is the line of code I use for this :

IContributorHandle ch = sourceworkItem.getModifiedBy();


When I debug it, ch is null.

Is it the good way to get this information ?

Best regards,
Sylvain

0 votes



One answer

Permanent link
Found the answer in https://jazz.net/forums/viewtopic.php?p=23179.

saveParameter.getSaveOperationParameter().getAuditableCommon().getUser()

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938

Question asked: Oct 13 '11, 6:05 a.m.

Question was seen: 4,900 times

Last updated: Oct 13 '11, 6:05 a.m.

Confirmation Cancel Confirm