...
Code Block |
---|
string[] timeSpentInStatuses = getStatusesTimeSpent("DEMO-1"); return timeSpentInStatuses["1Open"]; // will return a time interval spent in status "Open" for issue "DEMO-1" |
...
...
Code Block |
---|
string[] timeSpentInStatuses = getStatusesTimeSpent("DEMO-1"); return timeSpentInStatuses["1Open"]; // will return a time interval spent in status "Open" for issue "DEMO-1" |
...