Community
Participate
Working Groups
It appears some connectors are not always returning taskID when asked for (e.g. JIRA in connector.getTaskIdFromUrl, returning key). The documentation of the API should clearly indicate what the difference is, so connectors return the correct value. While in Mylyn, returning key for this method might (most of the time, always?) work, other systems relying on that API might not be so forgiving, so the framework should do it's best to help connector implementations do the right thing.
Can you specify which API documentation in particular should be updated?
As far as I know, the getTaskIdFromTaskUrl in AbstractRepositoryConnector is the one returning the taskKey for JIRA
(In reply to comment #2) > As far as I know, the getTaskIdFromTaskUrl in AbstractRepositoryConnector is > the one returning the taskKey for JIRA Yes.
Submitted https://git.eclipse.org/r/#/c/12734/ which adds documentation to various methods in AbstractRepositoryConnector.