diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-03-01 15:49:16 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-03-08 11:36:25 +0100 |
commit | 18e410a8aa104c75bc3ad8a97747fc18cb5d58a5 (patch) | |
tree | 758d3ccb69093d1e9b892e56c43338bc5caa2e53 /sonar-core | |
parent | bd353d4bb36cef07afd223c2d1e4b9c90231e54e (diff) | |
download | sonarqube-18e410a8aa104c75bc3ad8a97747fc18cb5d58a5.tar.gz sonarqube-18e410a8aa104c75bc3ad8a97747fc18cb5d58a5.zip |
SONAR-7336 new WS api/issues/set_type
The ability to change issue type is also available from api/issues/bulk_change
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index d4089ee4933..3e51375ddd6 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -765,6 +765,7 @@ issue.changelog.field.resolution=Resolution issue.changelog.field.technicalDebt=Technical Debt issue.changelog.field.status=Status issue.changelog.field.tags=Tags +issue.changelog.field.type=Type #------------------------------------------------------------------------------ |