You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Data Center is a surface the documentation knows about
Six pages and the LLM index still described three surfaces, and the landing page still called the
library a Jira Cloud client. `jira.js/server` was missing from both subpath tables, so the one
place a reader looks for it said it does not exist.
Two counts in the changelog were measured before the naming tables settled and were wrong by the
time they shipped: two hundred and six operations share a name with a Cloud one, not a hundred and
seventy-four, and eighty-seven models, not thirty-seven.
The 3LO page now says which product it is about. A self-hosted instance is its own authorization
server, and a reader who arrives there with a Data Center instance needs to leave.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## 6.3.0
4
4
5
-
Jira Data Center gets a client. `createServerClient` is a fourth surface alongside Cloud, Agile and Service Management — not the Cloud client pointed elsewhere, because the two APIs differ in more than their address: `/rest/api/2` against `/rest/api/3`, wiki markup against Atlassian Document Format, `name` and `key` against `accountId`. Of four hundred and thirty-five operations, a hundred and seventy-four share a name with a Cloud one and thirty-seven share a schema name; nothing else is common but the transport.
5
+
Jira Data Center gets a client. `createServerClient` is a fourth surface alongside Cloud, Agile and Service Management — not the Cloud client pointed elsewhere, because the two APIs differ in more than their address: `/rest/api/2` against `/rest/api/3`, wiki markup against Atlassian Document Format, `name` and `key` against `accountId`. Of four hundred and thirty-five operations, two hundred and six share a name with a Cloud one and eighty-seven share a model name; nothing else is common but the transport.
6
6
7
7
Every one of those operations has been called against a running Jira Data Center instance. That is what the rest of these notes are: Atlassian generates the Data Center document from Java annotations rather than writing it, and it is wrong in ways reading cannot reveal.
The three surfaces are not re-exported from the root — they collide on a handful of names, so import from the one you mean.
457
+
The four surfaces are not re-exported from the root — they collide on a handful of names, so import from the one you mean.
458
458
459
459
> Deep imports need an `exports`-aware resolver: `moduleResolution: "bundler"`, `"node16"` or `"nodenext"`. The legacy `"node"` resolution cannot see them, and cannot load an ESM-only package either.
Три поверхности не реэкспортируются из корня — они сталкиваются на десятке имён, импортируйте из нужной.
454
+
Четыре поверхности не реэкспортируются из корня — они сталкиваются на десятке имён, импортируйте из нужной.
455
455
456
456
> Глубоким импортам нужен резолвер, понимающий `exports`: `moduleResolution: "bundler"`, `"node16"` или `"nodenext"`. Легаси-резолвинг `"node"` их не видит и ESM-only пакет всё равно не загрузит.
0 commit comments