is it possible to use javascript for jira cloud gadget to make a graph the y-axis is a number value of a custom field in a ticket and the x-axis is the duration of this ticket? For example, I create a ticket with the custom field value of 10 on March 10th and I change the value to 20 on March 12th. I want to the graph shows y=10 at x= march 10 and y remain 10 at x = march 11th and y increase to 20 at x =march 12th.
From what I have right now the graph show y = 0 on march 11th.
If it is possible please explain how. Thank you
Welcome to the Atlassian Community!
You cannot inject javascript into Cloud, so, the simple answer is "no".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.