I know I can export in JSON. But I do not want the contents of the rules. I just want to export the tabular view of the rule names, owners, scopes etc.
Hi @ishanu.chatterjee -- Welcome to the Atlassian Community!
There is nothing built-in which can do that.
For some workarounds, depending upon the number of rules you have, the output format you want the output, and the technical skills of your team:
Kind regards,
Bill
Thanks for tagging me @Bill Sheboy (and editing it to point to the correct account!).
Ah yeah, that was a fun article to write.
But now that I look back on it... because I was a little too wordy as usual, let me try to summarize and add a bit.
You'll need to
After obtaining the mapping tables (and yes, you'll need to have a way to keep them up to date), it's just a matter of finding a tool to parse JSON and map IDs appropriately. I used Perl because I'm old.
Kids today would probably use Python or node or something. :-P
But there are even ways to import JSON into Google Sheets or Excel (as @Aron Gombas _Midori_ points out) and then mapping Projects/Owners would be a straightforward VLOOKUP.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think your best option is:
Step 1 is a rather common problem. Although I am not familiar with any of the tools developed for this, there are many available. This one comes from a well-respected software company. But do your Google research.
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.