I'm a JQL newbie and trying to modify an existing automation ("When the story point estimate for an issue is changed → sum up story point estimates in Epic") to update a field with the number of story points completed.
To do this, I believe I have to update the Lookup issues function (parent={{triggerIssue.parent.key|"null"}}), but I have no idea how to only search for issues with Status = Done.
I feel like this should be relatively straightforward, I'm just not familiar w/ this particular syntax. Any thoughts?
To see an issue, the user must have browse permission.
That's it.
To do this, you need to allow browse permission and then lock out all the other issues with a security scheme.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.