Print this page
NEX-3250 Teach webrev about our information tracking system

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/scripts/its.reg
          +++ new/usr/src/tools/scripts/its.reg
↓ open down ↓ 154 lines elided ↑ open up ↑
 155  155  CONTACT=opendev-discuss@opensolaris.org
 156  156  
 157  157  #
 158  158  # The redmine instance on illumos.org
 159  159  #
 160  160  PREFIX=illumos
 161  161  INFO=http://illumos.org
 162  162  EXTERNAL_URL=https://illumos.org/issues/\\1
 163  163  REGEX=\\([0-9]\\{1\,6\\}\\)
 164  164  CONTACT=developer@lists.illumos.org
      165 +
      166 +#
      167 +# The Jira instance at jira.nexenta.com
      168 +#
      169 +PREFIX=nexenta-nex
      170 +INFO=http://nexenta.com
      171 +EXTERNAL_URL=https://jira.nexenta.com/browse/\\1
      172 +REGEX=\\(NEX\-[0-9]\\{1\,6\\}\\)
      173 +CONTACT=support@nexenta.com
      174 +
      175 +PREFIX=nexenta-os
      176 +INFO=http://nexenta.com
      177 +EXTERNAL_URL=https://jira.nexenta.com/browse/\\1
      178 +REGEX=\\(OS\-[0-9]\\{1\,6\\}\\)
      179 +CONTACT=support@nexenta.com
      180 +
      181 +PREFIX=nexenta-sup
      182 +INFO=http://nexenta.com
      183 +EXTERNAL_URL=https://jira.nexenta.com/browse/\\1
      184 +REGEX=\\(SUP\-[0-9]\\{1\,6\\}\\)
      185 +CONTACT=support@nexenta.com
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX