cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Translate the entire conversation x

How to address tracker key in interwiki stereotype

DS_10843371
6-Contributor

How to address tracker key in interwiki stereotype

Hi,

 

I would like to define an interwiki stereotype in the application configuration resulting from this interwiki link

[<<itemnamerevision5>>|ISSUE:1234]

 the following format:

Requirement name (Rev0, REQ-1234)

 

Application configuration:

"itemnamerevision5" : {
   "link" : {
      "text" : "${name} (Rev${customField[5]}, ${trackerKey}-${id})"
   },
   "popup" : {
      "text" : "Description: ${description}"
   }
}

 

The variable ${trackerKey} does not work asexpected. I also tried several other variable names without success. How can I address the tracker key?

 

CB version: 2.1.0.6

 

Thank you in advance.

ACCEPTED SOLUTION

Accepted Solutions

Have you tried tracker.key? It seems to work for me.

            "myitem" : {
                "link" : {
                    "text" : "${summary} ${tracker.key} ${id}"
                },
                "popup" : {
                    "text" : "${interwikiLink} Status: ${status}; Description: ${description}"
                }
            }

PolarBear_0-1753642173308.png

 

 

View solution in original post

2 REPLIES 2

Have you tried tracker.key? It seems to work for me.

            "myitem" : {
                "link" : {
                    "text" : "${summary} ${tracker.key} ${id}"
                },
                "popup" : {
                    "text" : "${interwikiLink} Status: ${status}; Description: ${description}"
                }
            }

PolarBear_0-1753642173308.png

 

 

DS_10843371
6-Contributor
(To:PolarBear)

Hi @PolarBear,

that is exactly what I was looking for. Thank you.

Announcements


Top Tags