overrulable="true" Precondition for workItemSave o
Hi,
We have a server side precondition for com.ibm.team.workitem.operation.workItemSave.
We wanted to allow the user to Overrule in AdvisorView quickfix links.
We added the overrulable="true", but it doesn't show up.
Is it supported for server side preconditions?
1) The AdvisorView does show our advisor message with one custom problem resolution under "Solutions"
2) ParticipantReportImpl.setOverrulable(true) is called at the server
3) When appendOverruleQuickFix calls ParticipantReportImpl.isOverrulable(), after it return false.
Thanks,
Dekel
We have a server side precondition for com.ibm.team.workitem.operation.workItemSave.
We wanted to allow the user to Overrule in AdvisorView quickfix links.
We added the overrulable="true", but it doesn't show up.
Is it supported for server side preconditions?
1) The AdvisorView does show our advisor message with one custom problem resolution under "Solutions"
2) ParticipantReportImpl.setOverrulable(true) is called at the server
3) When appendOverruleQuickFix calls ParticipantReportImpl.isOverrulable(), after it return false.
Thanks,
Dekel
2 answers
Sorry, no. We do not support overruling server-side preconditions yet.
Jared Burns
Jazz Process Team
dekelc wrote:
Jared Burns
Jazz Process Team
dekelc wrote:
Hi,
We have a server side precondition for
com.ibm.team.workitem.operation.workItemSave.
We wanted to allow the user to Overrule in AdvisorView quickfix
links.
We added the overrulable="true", but it doesn't show up.
Is it supported for server side preconditions?
1) The AdvisorView does show our advisor message with one custom
problem resolution under "Solutions"
2) ParticipantReportImpl.setOverrulable(true) is called at the server
3) When appendOverruleQuickFix calls
ParticipantReportImpl.isOverrulable(), after it return false.
Thanks,
Dekel