Does anyone know how to use:
<jira>/rest/scriptrunner-jira/latest/appaudit/workflow
My understanding from a recent demo was that it would give output that could be viewed with columns like:
Workflow, Workflow Status, Transition, Type, Module, Plugin, URL
but when I try it i get page with:
<status>
<status-code>404</status-code>
<message>
null for uri: <jira>/rest/scriptrunner-jira/latest/appaudit/workflow
</message>
</status>
Hi @Sherryl Radbil I would recommend you to raise a support ticket with on: https://productsupport.adaptavist.com/servicedesk/customer/portal/55
I'm pretty sure they will help you solve that one.
It might be some infrastructure challenge/issue.
Forget what I just said, @Sherryl Radbil lol
I just realised that you are using the SR URL.
This feature was initially released as a dark feature in SR, but now it is a stand-alone App, called Microscope: https://marketplace.atlassian.com/apps/1225065/microscope-power-audit-for-jira-admins?hosting=server&tab=overview
Microscope charges 10 dollars for the license, but I'm glad to give you a 100% discount voucher, considering you are an SR user.
Please reach out to me on my e-mail: aserrano@adaptavist.com
BTW, I'm ScriptRunner Product Manager
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
testing in my environment I was able to request the CSV - is there probably some kind of reverse proxy intercepting your connection or some other setting blocking access.
Even when I tried in unauthenticated I got back a '401' but the '404' error suggests the endpoint would not be there. Another idea could be to check if there are updates for Script Runner which could be installed but then also let Adaptavist support have a look.
Regards,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Sherryl Radbil,
Have you tried replacing <jira> with the base URL of your Jira instance?
For example, if your base URL is http://localhost:8080, a .csv file should be generated when you access http://localhost:8080/rest/scriptrunner-jira/latest/appaudit/workflow
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Winnie,
Thank you for the response. Yes, of course I substituted <jira> for the base URL as show on the System > General Configuration.
I just didn't see fit to unnecessarily expose the exact detail.
So let's say I use something we all know about:
https://jira.atlassian.com/rest/scriptrunner-jira/latest/appaudit/workflow
I also get a 404, though in this case I have no access to such data.
Does this work in your environment?
Thanks,
Sherryl
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.