diff --git a/chatops/python/gitlab-to-pentext.py b/chatops/python/gitlab-to-pentext.py index 27c14dd..a0045f3 100644 --- a/chatops/python/gitlab-to-pentext.py +++ b/chatops/python/gitlab-to-pentext.py @@ -141,7 +141,7 @@ def from_issue(issue): else: return None item.title = validate_report.capitalize(issue.title.strip()) - item.identifier = 'f{0}-{1}'.format(issue.iid, valid_filename(item.title)) + item.identifier = 'f{0:02}-{1}'.format(issue.iid, valid_filename(item.title)) return item