Forum Discussion
Thank you for your reply. I'm trying to do the following.
Step1: Retrieve encrypted user ref id from below url
GET https://my-url.com/api/~?userId=person1
Response body:
{
“refId” : “encryptedUId”
}
Step2: Encode the above output “encryptedUId” and store it in a csv data sheet.
https://stackoverflow.com/questions/5729806/encode-string-to-utf-8
Hi Hadar,
This seems possible. Your custom field would be in the Test Execution configuration area. And your report would use Custom Query > Test Execution > [Custom field] = [build] and Test Execution > Result NOT IN "Not Executed" (if you want to only report on tests that were actually executed).
You might also want to check out using Versions in Jira/Scale - not something I've worked a lot with, but it might be a cleaner solution than using custom fields.
Hope that helps.
Andy
Hi,
Thank you for the answer.
the issue is that I need to show it as a table, I do not know which build is running every day so it should be like the built-in execution by version or score-board by version but instead of version use the custom field.
I cannot use the version as it is right now as I need it by build and not by release... the versions are taken from the version release and I cannot add there as it will mess with other reports we have.
I don't think such a solution exists at the moment. My workaround would be to build a solution in Excel, e.g. a pivot table, and export the data from Scale each day into Excel to update the report.
To make that easier to manage you can create a one-off Scale report that returns all data for your project, and save as a Favourite to be re-run each day. Your Excel solution would then need to take care of returning the data you just want to see.
Hope that helps. Let me know if you need any more help in that area?