I am trying to export some monitors from the asset function and have it filtered on two locations, but getting the following error
Action Complete Export 1092 Objects, 1 error encountered
Any clues as to where I find the error, as nothing happens when you click on the error message?
Hi Michelle,
That is a difficult one to troubleshoot if you don't get any feedback from the UI. My first reflex would be opening the browser tools (Dev Tools) => Network tab and try again. If there is a call failing (the export) , you might see it there and if you find the failing call, the response part might give you an error code or some explanation.
Another approach can be splitting up the export, try and export a different subset of the assets and see if the error is still there. That way you can try and find a root cause.
Top of mind, what could cause this is that "some attribute" on "an asset" has "some value" that is not correct or valid anymore. With the subset method mentioned before you can try and narrow down.
Otherwise: Atlassian support.
Good luck!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.