|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
I can not find "Get from JIRA" at the Files page of the CommitHi,
I'm testing SmartSVN 6.01 with a 30-day eval license and I can see nowhere "Get from JIRA" while committing. I already configured the Bugtraq-Properties. The jira.jar is in the plugins directory of the installation. Is there something I missed? Vinh-Thach ![]() |
|
|
Re: I can not find "Get from JIRA" at the Files page of the CommitPlease click the triangle button.
-- Best regards, Thomas Singer _____________ syntevo GmbH http://www.syntevo.com vinhthach <vinh-thach.nguyen@...> wrote: > > Hi, > > I'm testing SmartSVN with a 30-day eval license and I can see nowhere "Get > from JIRA" while committing. I already configured the Bugtraq-Properties. > > The jira.jar is in the plugins directory of the installation. > > Is there something I missed? > > Vinh-Thach > > http://www.nabble.com/file/p23842889/SmartSVN_Commit.gif > -- > View this message in context: > http://www.nabble.com/I-can-not-find-%22Get-from-JIRA%22-at-the-Files-page-of-the-Commit-tp23842889p23842889.html > Sent from the SmartSVN mailing list archive at Nabble.com. ------------------------------------ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/smartsvn/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/smartsvn/join (Yahoo! ID required) <*> To change settings via email: mailto:smartsvn-digest@... mailto:smartsvn-fullfeatured@... <*> To unsubscribe from this group, send an email to: smartsvn-unsubscribe@... <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/ |
|
|
Re: I can not find "Get from JIRA" at the Files page of the CommitHi Thomas,
Nothing in the triangle under the Differences button either. Please see the SmartSVN_attached Commit2.gif. Link to JIRA is correctly created in the Transactions window so I suppose my Bugtraq-Properties is possibly correct. Please see the SmartSVN_attached Bugtraq-Properties.gif as well. I'm using SmartSVN 6.0.1 ![]() ![]() Vinh-Thach SmartSVN_Commit2.gif SmartSVN_Bugtraq-Properties.gif |
|
|
Re: I can not find "Get from JIRA" at the Files page of the Commit> http://www.nabble.com/file/p23853608/SmartSVN_Bugtraq-Properties.gif
So your JIRA project is "CAD"? In this case the URL should be .../browse/CAD-%BUGID% -- Best regards, Marc Strapetz _____________ syntevo GmbH www.syntevo.com vinhthach <vinh-thach.nguyen@...> wrote: > > Hi Thomas, > > Nothing in the triangle under the Differences button either. Please see the > SmartSVN_attached Commit2.gif. > Link to JIRA is correctly created in the Transactions window so I suppose my > Bugtraq-Properties is possibly correct. Please see the SmartSVN_attached > Bugtraq-Properties.gif as well. > > I'm using SmartSVN 6.0.1 > > http://www.nabble.com/file/p23853608/SmartSVN_Commit2.gif > http://www.nabble.com/file/p23853608/SmartSVN_Bugtraq-Properties.gif > > Vinh-Thach > > > syntevo Support-3 wrote: > > > > Please click the triangle button. > > > > -- > > Best regards, > > Thomas Singer > > _____________ > > syntevo GmbH > > http://www.syntevo.com > > > > > > vinhthach <vinh-thach.nguyen@...> wrote: > > > >> > >> Hi, > >> > >> I'm testing SmartSVN with a 30-day eval license and I can see nowhere > >> "Get > >> from JIRA" while committing. I already configured the Bugtraq-Properties. > >> > >> The jira.jar is in the plugins directory of the installation. > >> > >> Is there something I missed? > >> > >> Vinh-Thach > >> > >> http://www.nabble.com/file/p23842889/SmartSVN_Commit.gif > >> -- > >> View this message in context: > >> http://www.nabble.com/I-can-not-find-%22Get-from-JIRA%22-at-the-Files-page-of-the-Commit-tp23842889p23842889.html > >> Sent from the SmartSVN mailing list archive at Nabble.com. > > > > > > ------------------------------------ > > > > Yahoo! Groups Links > > > > > > > > > > > http://www.nabble.com/file/p23853608/SmartSVN_Commit2.gif > SmartSVN_Commit2.gif > http://www.nabble.com/file/p23853608/SmartSVN_Bugtraq-Properties.gif > SmartSVN_Bugtraq-Properties.gif > -- > View this message in context: > http://www.nabble.com/I-can-not-find-%22Get-from-JIRA%22-at-the-Files-page-of-the-Commit-tp23842889p23853608.html > Sent from the SmartSVN mailing list archive at Nabble.com. > > > > ------------------------------------ > > Yahoo! Groups Links > > > > ------------------------------------ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/smartsvn/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/smartsvn/join (Yahoo! ID required) <*> To change settings via email: mailto:smartsvn-digest@... mailto:smartsvn-fullfeatured@... <*> To unsubscribe from this group, send an email to: smartsvn-unsubscribe@... <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/ |
|
|
Re: I can not find "Get from JIRA" at the Files page of the CommitAfter changing the URL to .../browse/CAD-%BUGID% I now can see the "Get from JIRA..."
In this case I have to change the value of Bug-ID expression to \d+ instead of CAD-\d+ otherwise links in the Transactions window will be .../browse/CAD-CAD-49 for instance. Then only the number part is showed up as a link instead of the whole issue id part as I would like to see. This solution in the URL is not as I expect after reading the manual because I do not see how I can have something like this for 2 projects in the Bug-ID expression "(CF-\d+|ET-\d+)" if my URL part is fixed on either CF or ET and secondly links in the Transactions will be wrong as well because of the duplication of CF-CF- for instance.
|
|
|
Re: I can not find "Get from JIRA" at the Files page of the Commit> In this case I have to change the value of Bug-ID expression to \d+ instead
> of CAD-\d+ otherwise links in the Transactions window will be Matching is based on groups of the regular expression. "CAD-(\d+)" should match only the pure number. When using "CAD-(\d+)" also for "Message-Part Expr." the link will be displayed for the whole "CAD-xxx" part. > This solution in the URL is not as I expect after reading the manual because > I do not see how I can have something like this for 2 projects in the Bug-ID > expression "(CF-\d+|ET-\d+)" You can have bugtraq-properties for two projects, but JIRA integration doesn't support that currently. It depends on the project key being part of the URL. -- Best regards, Marc Strapetz _____________ syntevo GmbH www.syntevo.com vinhthach <vinh-thach.nguyen@...> wrote: > > After changing the URL to .../browse/CAD-%BUGID% I now can see the "Get from > JIRA..." > In this case I have to change the value of Bug-ID expression to \d+ instead > of CAD-\d+ otherwise links in the Transactions window will be > .../browse/CAD-CAD-49 for instance. > Then only the number part is showed up as a link instead of the whole issue > id part as I would like to see. > This solution in the URL is not as I expect after reading the manual because > I do not see how I can have something like this for 2 projects in the Bug-ID > expression "(CF-\d+|ET-\d+)" if my URL part is fixed on either CF or ET and > secondly links in the Transactions will be wrong as well because of the > duplication of CF-CF- for instance. > > > > syntevo Support-3 wrote: > > > >> http://www.nabble.com/file/p23853608/SmartSVN_Bugtraq-Properties.gif > > > > So your JIRA project is "CAD"? In this case the URL should be > > > > .../browse/CAD-%BUGID% > > > > -- > > Best regards, > > Marc Strapetz > > _____________ > > syntevo GmbH > > www.syntevo.com > > > > > > > > vinhthach <vinh-thach.nguyen@...> wrote: > > > >> > >> Hi Thomas, > >> > >> Nothing in the triangle under the Differences button either. Please see > >> the > >> SmartSVN_attached Commit2.gif. > >> Link to JIRA is correctly created in the Transactions window so I suppose > >> my > >> Bugtraq-Properties is possibly correct. Please see the SmartSVN_attached > >> Bugtraq-Properties.gif as well. > >> > >> I'm using SmartSVN 6.0.1 > >> > >> http://www.nabble.com/file/p23853608/SmartSVN_Commit2.gif > >> http://www.nabble.com/file/p23853608/SmartSVN_Bugtraq-Properties.gif > >> > >> Vinh-Thach > >> > >> > >> syntevo Support-3 wrote: > >> > > >> > Please click the triangle button. > >> > > >> > -- > >> > Best regards, > >> > Thomas Singer > >> > _____________ > >> > syntevo GmbH > >> > http://www.syntevo.com > >> > > >> > > >> > vinhthach <vinh-thach.nguyen@...> wrote: > >> > > >> >> > >> >> Hi, > >> >> > >> >> I'm testing SmartSVN with a 30-day eval license and I can see nowhere > >> >> "Get > >> >> from JIRA" while committing. I already configured the > >> Bugtraq-Properties. > >> >> > >> >> The jira.jar is in the plugins directory of the installation. > >> >> > >> >> Is there something I missed? > >> >> > >> >> Vinh-Thach > >> >> > >> >> http://www.nabble.com/file/p23842889/SmartSVN_Commit.gif > >> >> -- > >> >> View this message in context: > >> >> > >> http://www.nabble.com/I-can-not-find-%22Get-from-JIRA%22-at-the-Files-page-of-the-Commit-tp23842889p23842889.html > >> >> Sent from the SmartSVN mailing list archive at Nabble.com. > >> > > >> > > >> > ------------------------------------ > >> > > >> > Yahoo! Groups Links > >> > > >> > > >> > > >> > > >> > > >> http://www.nabble.com/file/p23853608/SmartSVN_Commit2.gif > >> SmartSVN_Commit2.gif > >> http://www.nabble.com/file/p23853608/SmartSVN_Bugtraq-Properties.gif > >> SmartSVN_Bugtraq-Properties.gif > >> -- > >> View this message in context: > >> http://www.nabble.com/I-can-not-find-%22Get-from-JIRA%22-at-the-Files-page-of-the-Commit-tp23842889p23853608.html > >> Sent from the SmartSVN mailing list archive at Nabble.com. > >> > >> > >> > >> ------------------------------------ > >> > >> Yahoo! Groups Links > >> > >> > >> > >> > > > > > > > > > > > > > > > > > > ------------------------------------ > > > > Yahoo! Groups Links > > > > > > > > > > > > -- > View this message in context: > http://www.nabble.com/I-can-not-find-%22Get-from-JIRA%22-at-the-Files-page-of-the-Commit-tp23842889p23874159.html > Sent from the SmartSVN mailing list archive at Nabble.com. > > > > ------------------------------------ > > Yahoo! Groups Links > > > > ------------------------------------ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/smartsvn/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/smartsvn/join (Yahoo! ID required) <*> To change settings via email: mailto:smartsvn-digest@... mailto:smartsvn-fullfeatured@... <*> To unsubscribe from this group, send an email to: smartsvn-unsubscribe@... <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/ |
| Free embeddable forum powered by Nabble | Forum Help |