Issue Id Pattern example?
Hi,
I've tried to configure issue for bugzilla, and it asks for Issue Id
Pattern...
It seems there is no documentation :
http://youtrack.jetbrains.net/issue/TW-10583
Do we have to wait for 5.1 for this? Is it possible to put some example
in the bug for instance, or in here ?
Thanks,
Gérald
Please sign in to leave a comment.
Hi Gérald,
I think the doc should be ready before 5.1. Here are some examples for now:
(\d{4,5})
#(\d+)
Issue: (\d{4})
I.e. it is an ordinary reg.exp which is able extract the issue id from the text.
Does this clarify the situation?
---
Maxim
Le 11/01/2010 13:58, Maxim Podkolzine a ecrit :
>
Hi, yes, thanks for the explanation, it's what I had understood.
After some tests I had found smthg that works for us, as soon as I get
it was extracting commit logs and look for bug information. It's what I
did with SVN already, that put information in bugzilla when information
about a bug is commited, so I took the same regexp and it works.
Gérald