T O P I C R E V I E W |
cjtallman |
Posted - Jun 23 2015 : 4:30:56 PM We use Jira for bug tracking and reference issues in code with tags such as: //Fix for #jira-1234
VA simply evaluates this as a #jira tag, instead of the full #jira-1234 tag. Is there a way to have VA evaluate the full tag?
Perhaps VA can add setting for defining regex-style patterns for hashtags? |
9 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Aug 16 2017 : 01:39:30 AM case=109520 is fixed in build 2231 |
sean |
Posted - Jul 07 2017 : 12:57:46 PM I don't know how we missed that... case=109520 |
Alexo |
Posted - Jul 07 2017 : 12:45:59 PM Will it be possible to support "Go to implementation" and "Go to related" with this enhancement? |
sean |
Posted - Aug 21 2015 : 12:22:16 AM case=90329 is partially implemented in build 2073 as an optional enhancement. In 2073, the registry value named HashtagsAllowHyphens defaults to 00. Change it to 01 for VA to display hashtags with dash/hyphen in the hashtags toolwindow.
|
sean |
Posted - Jun 23 2015 : 8:08:00 PM Makes sense -- no problem. |
cjtallman |
Posted - Jun 23 2015 : 8:01:20 PM Oops, I'm sorry. I typed up my last reply on the bus away from my desk, and made the typo of replacing the hyphen with the underscore. So to clarify, I meant to say <PROJECTNAME>-<ISSUENUMBER>, ie GUI-100
Sorry for the mix-up. It's been a long day. |
sean |
Posted - Jun 23 2015 : 7:56:21 PM Thanks for the clarification. Note that _ (underscore) works as expected since it is a valid character in identifiers. - (hyphen/dash) would need to be special-cased. |
cjtallman |
Posted - Jun 23 2015 : 7:48:41 PM We actually have several projects in jira, and we reference specific issues in comments following the convention <PROJECTNAME>_<ISSUENUMBER>
For example, we might have GUI_56 or SIM_11500. I only used jira_1234 thinking it would be generic.
I can't speak to whether this is a standard convention or just one we use at our company.
Thanks |
sean |
Posted - Jun 23 2015 : 6:42:56 PM Yours is the second request for hyphen support due to jira bug tracking (case=90329). Is #jira-xxx a jira convention?
|