[rt-users] ticket depends on external URI

Kevin Falcone falcone at bestpractical.com
Mon May 9 10:21:34 EDT 2011


On Fri, May 06, 2011 at 05:33:27PM +0200, Raphaël MOUNEYRES wrote:
>    Hi,
> 
>    i have two RT 3.8.8 instances running on two different servers with ip such as 10.20.130.10
>    and 10.20.130.11
> 
>    the first RT has
>        Set($Organization, 'serverone.mydomain')
>        Set($WebBaseURL, 'http://serverone.mydomain')
>    the second RT has
>         Set($Organization, "servertwo.mydomain')
>         Set($WebBaseURL, 'http://servertwo.mydomain')
> 
>    when on the first instance i try to create a depenence toward a ticket on the other instance
>    with the following address :
>      fsck.com-rt://servertwo/ticket/51
>    it says
>    "cannot convert  fsck.com-rt://servertwo/ticket/51 to a URI"
> 
>    what am i missing here ? is such a thing possible ?

ticket links are fsck.com-rt://$Organization/ticket/id 
and as you've discovered, RT will fail to parse links that don't match
the current Organization.

If you want to cross link tickets, you want to just be making normal
http links to an external ticket.

-kevin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110509/83e3682d/attachment.sig>


More information about the rt-users mailing list