Community
Participate
Working Groups
When running the github connector inside Tasktop Dev, the summary part comes below the Tasktop-contributed attributes part. I've reported this against Tasktop dev at https://tasktop.com/bugs/show_bug.cgi?id=1781 and they decided that the fix should be in the github part, as "it is that they have a custom summary part and are changing the order when there are contributions to the header path".
Created attachment 208303 [details] tasktop associations above the summary part
Did they have a suggestion on how exactly to fix it?
(In reply to comment #2) > Did they have a suggestion on how exactly to fix it? No, they didn't. Perhaps you can CC someone from TT or comment on the referenced bug report.
Steffen, Any input on how to fix this?
The implementation in the github task editor page looks right to me. The problem is that Tasktop contributes the Associations part to the same path and since it is added first, i.e. before the github summary part it ends up above it. We'll need to fix this in the framework by providing flags to place parts in more specific locations, e.g. "?after=summary".
(In reply to comment #5) > The implementation in the github task editor page looks right to me. The problem > is that Tasktop contributes the Associations part to the same path and since it > is added first, i.e. before the github summary part it ends up above it. We'll > need to fix this in the framework by providing flags to place parts in more > specific locations, e.g. "?after=summary". This also affects the Jira connector. Should I make this an enhancement request towards Mylyn Tasks?
Thanks. I'll move this to Mylyn to provide better support in the framework.
A new constant AbstractTaskEditorPage.PATH_ASSOCIATIONS has been added. Parts in that path are placed below the header. Tasktop will consume that for the next major release to fix the described issue in the GitHub and JIRA connectors.
Created attachment 208794 [details] mylyn/context/zip