Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 2.5.4


Section


Column
width600px


Panel
borderColor#333f48
bgColor#FFFFFF
titleColor#eeeeee
borderWidth1
titleBGColor#333f48
borderStylesolid
titleOn this page

Table of Contents
maxLevel2

1



Column




Features used to implement the example



Example:

Calculating number

Number of linked

Bugs

bugs (with

Hyperlink

hyperlink)

Count the number of bugs linked to current issue and display the result as a hyperlink referring to the equivalent search results In this example we want to count all Bugs linked to the issue and when clicking on the number we want to get to see all these issues in the issue navigator.

For this a A valid configuration for this Calculated Text Field is needed. The configuration will look like this:

Text to be parsed

is: 

  • "<a href='"+%{00169}+"/issues/?jql=issue%20in%20linkedIssues(\""+%{00015}+"\")%20and%20type%3DBug'>" + count(filterByIssueType(linkedIssues(),"Bug")) + "</a>"


Note that:

  • %{00169} is the field code for field  Jira Base URL
  • %{00015} is the field code for field  Issue key


Once configured and added to the an issue screen, the issue screen result will look like this:


Clicking on the number resulting from the custom field (in this case "2"), will link leads to the issue navigator:




Other examples of this custom field

Incoming Links
pageCalculated Text Field
labelsexample



Related Usage Examples

Content by Label
showSpacefalse
cqllabel = "example" and label = "calculated-field" and space = currentSpace()