As shown above I can see that the CHN has an approval in it. However I am not able to see what was actually approved. I need to be able to see that something was approved and also what was approved and build reports with that information in them. Is anyone aware of a way to do this?
Hi @Garrett Harp , depending on your workflow you can potentially check for approved issue based on the transition into the status that is associated with approving. For example if your workflow looks like this...
to do >> waiting approval >> approved >>...
>> closed (rejected)
then a JQL like "status changed to approved" would return all issue that were approved.
If you share your workflow I could assess further if needed.
This is just the base workflow that we are testing the functionality with.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The JQL that I am using to generate the above reports are
Green : Approvals = approved()
Red : status changed to approved()
However there is still no data recorded on why the approval was sent
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.