Support #233
In case of longer Jira keys than 10 chars, modify issuekey.
Status: | New | Start date: | 03 Jun 2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | 03 Jun 2013 | |
Assignee: | - | % Done: | 100% |
|
Category: | - | |||
Target version: | - | Estimated time: | 0.00 hour |
Description
Hi!
When using Jira keys that are longer than 10 chars they get truncated in the database, which isn't correct.
To work around this we modified the issuekey type in the database:
alter table swjiraissues modify issuekey varchar(30) not null;
However, this should be set in the Jira issue model source file (models/Issue/class.SWIFT_JiraIssue.php).
Best regards,
Pingdom Support