...
Expand |
---|
|
Expand |
---|
| GET /rest/agile/1.0/board Returns all boards. This only includes boards that the user has permission to view. RequestQuery parametersmaxResults integer Format: int32 name string projectKeyOrId string type StringList startAt integer Format: int64 Example
Code Block |
---|
curl --request GET \
--url 'http://{baseurl}/rest/agile/1.0/board' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json' |
Returns the requested boards, at the specified page of the results. Returned if the request is invalid. A schema has not been defined for this response code. Returned if the user is not logged in. A schema has not been defined for this response code.
|
|
...
Jira architecture
Atlassian's architecture documentation will help you understand Jira fundamentals and get a high-level perspective of Jira's dependencies.
...