It's all about the answers!

Ask a question

Restrict number of hours to be entered through Time tracking tab RTC


Girish Jangame (1118) | asked Aug 08 '17, 2:35 a.m.
edited Aug 09 '17, 3:38 a.m.

Hi,

I want to develop a operation adviser plugin which will restrict number of hours to be entered on
Saturday and Sunday through Time tracking tab.


how to get the time tracking entry for particular day? as I want to implement below precondition. please let me know is it possible to get the Day of week from time tracking tab?

<precondition description="The work items can be saved if and only if the Time Tracking value is equal to 2 or greater than 2." id="net.atos.ssc.time.tracking.operationAdvisor" name="Time Tracking of Work Item">
<Day_of_week_to_restrict= “Saturday”, “Sunday”>

</precondition>

One answer



permanent link
Ralph Schoon (63.1k33646) | answered Aug 09 '17, 4:06 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

This is the time tracking API as far as I know it: https://rsjazz.wordpress.com/2015/03/31/the-work-item-time-tracking-api/

You will have to look at the java simple date format tooling to figure the day.

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.