Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width30%
Panel
borderColor#333f48
bgColor#FFFFFF
titleColor#eeeeee
borderWidth1
titleBGColor#333f48
borderStylesolid
titleOn this page

Table of Contents

Column



Futures used to implement the example



Example: Count issues in same version

In this example, a Calculated Number Field will be created for counting the amount of issues in the same version as the current one (e.g. a release ticket).

The configuration will look like this:

Text to be parsed is: count(issuesFromJQL("fixVersion = " + %{00074}))


Note that:

  • %{00074} is field code for field Fix Version/s



Adding this custom field to an issue (e.g. an epic) will look like this:




Other examples of that function

Incoming Links
pageCalculated Number field
labelsexample

Related Usage Examples

Content by Label
showSpacefalse
cqllabel in (= "example" ,and label = "calculated-field")