It's all about the answers!

Ask a question

OperationAdvisor - Precondition for Source control Deliver


EclipseTalk . (32736061) | asked Aug 23 '11, 10:11 p.m.
Hello,
I need to add a custom Precondition operation for Deliver (server) in Source Control.
I've defined an new OperationAdvisor via the extension point com.ibm.team.process.service.operationAdvisors but I don't know which operationId to use?
I tried "com.ibm.team.process.deliver.server" but it doesn't work.
How can I find out the operationId?
Thank you in advance for your help.

Accepted answer


permanent link
Zaid Al-Khishman (351115) | answered Nov 13 '14, 3:51 p.m.
Where do you find a complete list of these operation identifiers?

https://jazz.net/wiki/bin/view/Main/CustomPreconditionsTable

Ralph Schoon selected this answer as the correct answer

6 other answers



permanent link
shaomin xing (15643) | answered Aug 24 '11, 3:13 a.m.
JAZZ DEVELOPER
Hi, eclipsetalk
Have you checked that if your develop licenses (like RTC Developer) is expired? If so, the Operation with Id like "com.ibm.team.process.*" will be denied when you trying to use it.

Hello,
I need to add a custom Precondition operation for Deliver (server) in Source Control.
I've defined an new OperationAdvisor via the extension point com.ibm.team.process.service.operationAdvisors but I don't know which operationId to use?
I tried "com.ibm.team.process.deliver.server" but it doesn't work.
How can I find out the operationId?
Thank you in advance for your help.

permanent link
EclipseTalk . (32736061) | answered Aug 24 '11, 8:42 a.m.
It is not a license pb. My problem is to know which operationId string to use to add operationAdvisor for Source control. The only operationId I found is the one to save workitem.
Thanks

permanent link
shaomin xing (15643) | answered Aug 24 '11, 11:03 p.m.
JAZZ DEVELOPER
Try these two:
Server side: com.ibm.team.scm.server.deliver
Client side: com.ibm.team.scm.client.deliver

It is not a license pb. My problem is to know which operationId string to use to add operationAdvisor for Source control. The only operationId I found is the one to save workitem.
Thanks

permanent link
EclipseTalk . (32736061) | answered Aug 25 '11, 8:49 a.m.
It worked! Thank you very much for your help.

EclipseTalk

permanent link
Robert Carter (42928589) | answered Oct 28 '11, 1:36 p.m.
Try these two:
Server side: com.ibm.team.scm.server.deliver
Client side: com.ibm.team.scm.client.deliver

It is not a license pb. My problem is to know which operationId string to use to add operationAdvisor for Source control. The only operationId I found is the one to save workitem.
Thanks


Where do you find a complete list of these operation identifiers?

permanent link
shaomin xing (15643) | answered Oct 31 '11, 6:24 a.m.
JAZZ DEVELOPER
Try these two:
Server side: com.ibm.team.scm.server.deliver
Client side: com.ibm.team.scm.client.deliver

It is not a license pb. My problem is to know which operationId string to use to add operationAdvisor for Source control. The only operationId I found is the one to save workitem.
Thanks


Where do you find a complete list of these operation identifiers?

I looked at the extensions that define operations in plugin.xml in SCM related project.

Your answer


Register or 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.