Hi,
I am trying to write some scripts that integrate taskjuggler with Jira and I want to find a easy way to get the full path to a task. My leaf tasks are Jira ids (PROJ-123) but when I try to automatically create timesheets from Jira worklog entries I have to refer to the task with their full path (project.containtTask.PROJ_123) in the timesheet definitions.
How/where can I find the full path of the task? I'd hate to have to parse the original project.tjp file and construct it myself. I'm tempted to parse it out of the html report files, as it appears in some tooltips, but it feels "hacky"!
Do I have any other options?
Thanks...