1

An easy way to copy the minimal details of a case for adding to source control/emails etc.

This should include Title, Case number and hyperlink.

Similar to this case but this is not easily accessible and time consuming if you only want the details of one case

http://fogbugz.stackexchange.com/questions/4376/tip-how-to-quickly-copy-and-paste-just-the-case-number-and-title-of-just-the-cas

flag

2 Answers

0

If you're only after the details of a single case, you can hover over that case's id in the list view. The text within the little popup that appears is selectable and thus can be copied to the clipboard.

link|flag
0

One way to automate this is to make a snippet containing the information you need. For example:

[[case {case}: {subject}, {ticketurl_singlecase}]]

Give it a short name (like n). Then, while editing the case, insert that snippet (typing n and `) and cut the result.

To have something that works without having to edit the case, you could make a BugMonkey customization.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.