We generally have a 1 to 1 match of JSD Projects with Confluence spaces.
Subsequently, we'd like to use the same avatar in Confluence for the corresponding JSD project.
We're using the built in avatars from JSD.
Anyone know how we can get this done?
Hello Michael,
Your description helps us understand what you’re wanting to accomplish with detail. You should be able to edit your JSD project avatar by following these steps:
Avatars help give a face to your project's name. They appear in the project sidebar and in your site's list of all projects.
To change your project's avatar:
- From your project's sidebar, select Settings > Details.
- In the Avatar field, select your current avatar.
- Choose from a default icon or upload your own.
- Select Save details.
Source documentation: Editing a project's details
I hope this proves helpful and you’re able to change your JSD avatar to match what you have within Confluence.
Regards,
Stephen Sifers
Our need is exactly the opposite of what you stated. We'd like to use the same avatar in Confluence for the corresponding JSD project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello again Michael,
Thank you for the clarification, seems I read that backward. We read into this a bit more and we believe what you're wanting is automatic sync between JSD and Confluence to have the avatars be synced when they're linked together. With this said we've created two feature requests to have this added into the product as we also believe this is a great idea. You may find these requests at:
As far as manually changing the Confluence space logo, the steps are as follows:
You need to be a Confluence Administrator to change the default space logo.
To change the default space logo:
- Go to
> General Configuration > Default Space Logo.
- Choose Logo:ON
- Choose Browse to upload a new logo
- Choose Upload Logo
- Choose Save.
Source documentation: Changing the Site Logo | Changing the default space logo
I hope these feature requests along with the instructions for Confluence help moving forward with completing your goal.
Regards,
Stephen Sifers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there anywhere we can download all the latest icons for JSD?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, again Michael,
There is a SQL query you can run to get all of the Avatars with their filename and ID. These will help you to locate then within the directory (<jira-home>/data/avatars/). The SQL query for this example is as follows;
SELECT id, filename FROM avatar;
I hope this proves helpful and you’re able to download your needed project avatars.
Regards,
Stephen Sifers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome, we'll give this a try!
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.