What are the most popular uses for the Atlassian API for administering the tools (as opposed to developing new add ons)?
For instance, I can see wanting to use the API to output a CSV of all projects with their permission scheme & users/groups with roles.
Or identifying which licensed users are not logging in.
I don't know if they API could do it but I'd love to be able to get a list of custom fields that are not associated with any active project (and delete them).
What else?
You may find this FREE PowerBI I've created useful... it uses the REST Definitions provided by Atlassian to build an Endpoint Report
If I can make this report more useful or you would like to collaborate, let me know.
Thanks
Hello,
welcome to community :)
you may also refer to https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#about and https://developer.atlassian.com/cloud/admin/organization/rest/intro/#about
Thank You,
Prachi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
If you don't want to directly interact with API, you can also use our CLI tool. It has high level functions for doing nearly anything you can do with API itself. Please check our blog post that shows how to use the API for cleaning unused schema objects. You can perform a similar automation for custom fields too. It has both Cloud and DC version and you can interact with the API directly from browser too, if you don't want to install any package to your computer.
PS: I work for the vendor for this tool.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Rita Nygren
What else?
What else.
Hmmm, well the Jira Cloud REST API provides endpoints to manage or interact with:
… and other operations.
And that's just for Jira!
Just wait until you read the Jira Service Management REST API documentation yourself to find out for yourself all that you can do with it!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use the api to get all unused scheme (permission scheme, screen scheme, workflow scheme ...).
use the api to identify which user was not connected since X month.
you could also use the api in power bi to generate some report.
and yes you can use the api to get custom field that ate not associated to project and also check if you have some context tie to deleted project.
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.