Questions tagged [atlassian-ui]

Use this tag for questions about the "Atlassian User Interface" framework used by Atlassian across their products. This includes the AJS JavaScript library supplied by that framework.

This tag refers to the Atlassian User Interface framework used by Atlassian across their products (JIRA, Confluence, BitBucket, etc.). Includes the AJS JavaScript library supplied by the framework, the components, etc.

Resources

4 questions
1
vote
1 answer

Failed to load resource:soy template {Not all code is in Soy V 2 syntax (found file simple.soy not in Soy V2 syntax). }

I have two soy templates in my plugin one of them loads fine but other is not getting loaded with 500 Internal server error. I am attaching the error from console. Here is the code I have: {namespace…
user2900150
  • 433
  • 7
  • 13
0
votes
0 answers

change state of view of custom component in Atlassian UI kit (with Forge)

I would like to set the state of a checkbox to true in a custom component for Atlassian Jira when a button is clicked. I am using the UI kit with Forge. So what do I have to write in the line // todo: check Checkbox "V2"? import ForgeUI, {…
user1027167
  • 4,320
  • 6
  • 33
  • 40
0
votes
2 answers

Jquery replace html

In confluence I need to change text on a page into an image Inside of a table i have multiple values that need to be replaced by an image. So i created following Jquery and put it into a usermacro.