#2137 Tickets should look like Allura-1410

unreleased
invalid
nobody
None
Tracker
nobody
2015-01-04
2011-05-16
Anonymous
No

Originally created by: warjan

Tickets should have names consisting of project name + numbers for better identification and sharing possibilities. One example would be to refer to several tickets from several projects in any kind of message.

Discussion

  • Rick Copeland - 2011-05-16

    Tickets can actually be referred to across projects as [kajiki:tickets:#15] already

    • status: open --> invalid
     
  • Anonymous - 2011-05-16

    Originally by: warjan

    That's nice. Is it automatic? I mean: If I'd like to commit a change fixing bug #100, should I write just fixing #100 or [tonic-chess:tickets:#100]? Where can I find some help for tickets and tracker-scm integration?

     
  • Rick Copeland - 2011-05-16

    Yes, it's all automatic. Unfortunately we don't have great documentation on all the cross-linking yet. All shortlinks are of one of three forms:

    • [project:tool:link] - looks up the link in the listed project/tool
    • [tool:link] - looks up the link in the current project, with the listed tool
    • [link] - looks up the link in the current project, searching from the current tool and including other tools in the same project

    So if you're committing to a repo in the same project as your tracker, your message should be

    fixing [#100]
    

    This also works with wiki pages, etc (wiki page links are of the form [Allura Wiki] )

     

    Related

    Tickets: #100
    Wiki: Allura Wiki


Log in to post a comment.