Hi,
I tried this : AND issueFunction in hasLinkType("Actions/Prestataire")
this show me all tickets that has at least one action linked
But i'm looking to do a jql filter to have only tickets that has more than 5 actions linked(actions Moussanada)
You can supply a second argument to hasLinks() to indicate an exact or minimum number of links, e.g.
hasLinks("blocks", "+5")
When i do that it give me this error message :
The 'hasLinkType' function expected to receive '0' and '1' arguments but received '2'.
Same problem with hasLink
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's hasLinks (plural) - not hasLink or hasLinkType. Please refer to the documentation link that I included.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.