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

0
2 comments
Avatar
Permanently deleted user

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

0

Le 11/01/2010 13:58, Maxim Podkolzine a ecrit :

I think the doc should be ready before 5.1. Here are some examples for now:
(\d{4,5})
#(\d+)
Issue: (\d)

>

I.e. it is an ordinary reg.exp which is able extract the issue id from the text.
Does this clarify the situation?


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

0

Please sign in to leave a comment.