I want to fetch the filter used in a board within a Project using REST API which can be used in Forge App.
I have already tried the following, which are either deprecatd or cant be accessed using Forge app
1.`/rest/agile/1.0/board/{boardId}/configuration
2. /rest/agile/1.0/board/${boardId}/filter
Hello @Ann Mary Thomas _RBEI_ETB41_
I have already tried the following, which are either deprecatd or cant be accessed using Forge app
The endpoint to use is the first one, Get Configuration. That endpoint returns a filter object with the id of the filter. That endpoint absolutely is not deprecated and it absolutely can be accessed from a Forge app.
If you are having problems with interacting with that API endpoint in your Forge app, then I recommend that you provide a detailed explanation of the problem, including code samples and error logs, in the Forge section of the Developer's Community forum.
I also recommend that you use an API test tool like Postman to confirm the functionality of endpoints, or to determine if they have been deprecated or not.
Hi @Ann Mary Thomas _RBEI_ETB41_
First, I have not tried that with a Forge app.
After a quick search in the developer community, I found these related diagnostic steps to help get a board endpoint to work:
https://community.developer.atlassian.com/t/error-using-the-get-all-boards-rest-api-on-forge/95779
Kind regards,
Bill
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.