Added by Stefan Lindner over 8 years ago
I read the documentation at HowTo_Mylyn section "Using the generic web repository connector"
This works well but I'm stuck at one point.
If I doubleklick a task I always see a tasklist. Here the URL ".../issues/" is used. What I need is the URL ".../issues/12345" for e.g. 12345 as issue number.
How can I get the issue number into the URL? I try ".../issues/${id}" in task configuration but this does not work. Does anybody know the internal variables of the web template connector?
This question is related to Eclipse Neon and Redmine 3.1.1
Solved. Id is appended automatically.