tulleuchen / jirastopwatch

Not MORE timetracking - just EASIER timetracking
http://jirastopwatch.com
Apache License 2.0
142 stars 98 forks source link

Display parent issue numbers and summaries #82

Closed joanis closed 7 years ago

joanis commented 7 years ago

I often end up adding details in task summaries so that their displayed description (in Jira StopWatch) is the least bit telling. Instead of having tasks titled "Merge code" or "Analysis" for example, which don't give any hint of what it's about, I'd trade a little space against more information about the context of a task. I thought an option could be added such as "Display parent summaries" and let users decide whether to

Not sure about the complexity of this (mainly in term of possible issue structures in JIRA itself, and associated queries) but it doesn't sound like too much work.

Wouldn't mind working on it.

carstengehling commented 7 years ago

Optionally display parent task would be quite useful. If I'm not mistaken, the info is already available in the API call that retrieves the issue summary - I just don't map it to any attribute at the moment. It could be displayed like this in the summary line:

Parent issue summary / actual issue summary

But I agree that it should be optional from the settings. For some this might not be useful.

Feel free to work on it - I'll happily accept a PR.