-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 10.1.1
-
Component/s: Application Links
-
10.01
-
15
-
Severity 3 - Minor
-
55
Issue Summary
When navigating to the Application link page from Settings > Application > Application Links in Jira, a red popup appears indicating "something went wrong" and the expected application link is not listed
Steps to Reproduce
- Setup an Application Link between Jira and Confluence
- Leave the application links page in Jira
- Return to the Application Links in Jira
Expected Results
As an Administrator, you are able to load the application links page in Jira and create or edit application links
Actual Results
The below exception is thrown in the atlassian-jira.log file:
ERROR /rest/applinks/3.0 /applinks [c.a.p.r.v2.exception.ThrowableExceptionMapper] Uncaught exception 9e87ee29-58a3-4006-a00a-3d14c516b9ac thrown by REST service: argument "content" is null java.lang.IllegalArgumentException: argument "content" is null at com.fasterxml.jackson.databind.ObjectMapper._assertNotNull(ObjectMapper.java:5060) at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3830) at com.atlassian.oauth2.client.storage.config.dao.ClientConfigStoreImpl.fromJson(ClientConfigStoreImpl.java:151) at com.atlassian.oauth2.client.storage.config.dao.ClientConfigStoreImpl.toEntity(ClientConfigStoreImpl.java:215) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992)
You could also see an error like this along with the stack above.

Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available