In the config.yaml file, under "Automatic issue closing", it is possible to 
change the pattern that GitLab uses to look for issues to close upon push 
and merge into master. I'm wondering if it's also possible to change the 
pattern that GitLab uses to look for issue references in commit messages 
(#123) that get turned into links into the (external) issue tracker.

The reason I'd like this is that we use Rally (bleh), and Rally's "issue" 
numbers (which it calls defects) look like "DE1234". I could tell our 
developers to simply use #1234 for DE1234, but it would also be convenient 
to be able to link to user stories ("USxxxx") and other types of things in 
Rally. Because Rally reuses numbers (there can be both a US1234 and a 
DE1234 at the same time), I can't assume that a given #xxxx is one or the 
other.

Is there any way I can change the pattern from "#(\d+)" to something like 
"#(DE|US)\d+"?

Thanks,
Mark

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/c7b95538-7b66-474c-a96a-b97849fc4f7f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to