Hello everyone, I'm calling for help!
I am on a case of a macro which, thanks to a query system, returns the tickets linked to issuesKey with jira.
My question is: when I edit my macro, the user creates their table and I want that when the user in the first column, first row, enters for example: $ issueKey and it update, automatically the value of the ticket is dynamically filled. I know you can do this with MarkupBuilder in Groovy, but I want to do it in Java.
I tried to do ujn page.getBodyAsString () to know the sctrucutre and then modify it, or even BufferedWriter ... a little lost, a little help would not be refused! Thank you !!