I need to create a report with the information of whats items have passed through a class of the flowchart in a period.
Ex: From April 1st to April 5th, the items A65, A68, A69 were changed status to "done".
There's no way to do this on Cloud - it does not have the framework to allow you to check that a value is unique either on screen or in a validator. The best you could do would be a post-function that searches for the value that a user adds and if it finds it, writes a new comment or custom field into the current issue to say that the value has already been used, so you can search for them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic Brough -Adaptavist- How would I do to do this post-funcition configuration ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's some sample code for setting a custom field over at http://scriptrunner-docs.connect.adaptavist.com/jiracloud/post-functions.html - it also reads custom fields
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We would use the Power Script plugin by cprime.
We'd write a validator script, checking if any other ticket in the project would already use that specific value.
However, this could result in the create transition executing slow, in case a large number of tickets needs to be checked.
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.
I cannot, but there is very extensive documentation.
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.