jira-integration: Add information about JIRA issue

Include link to JIRA issue in
org.libreplan.importers.IJiraOrderElementSynchronizer.getAllJiraLabels().

FEA: ItEr77S16JiraAndTimConnectorContributionIntegration
This commit is contained in:
Manuel Rego Casasnovas 2013-01-29 18:49:30 +01:00
parent bb914e7d10
commit aad23eb4fe

View file

@ -41,10 +41,11 @@ public interface IJiraOrderElementSynchronizer {
/**
* Gets all distinct jira lables from an external 'php' script.
*
* This is because at this moment Jira doesn't support Labels request. As
* workaround we build a simple php script to do the query in Jira database
* and returns a comma separated string(labels). Once Jira supports the
* labels request this method will be modified.
* FIXME: This is because at this moment Jira doesn't support Labels
* request. As workaround we build a simple php script to do the query in
* Jira database and returns a comma separated string(labels). Once Jira
* supports the labels request this method will be modified. More info:
* https://jira.atlassian.com/browse/JRA-29409
*
* @return A list of labels
*/