very easy, the trick is access to the class changeHistoryManager. Try this example in the “Adaptavist Scriptrunner” Script Console view. Just put the ID of the ticket and run the code. You will see always the last change of the issue.
Read More
very easy, the trick is access to the class changeHistoryManager. Try this example in the “Adaptavist Scriptrunner” Script Console view. Just put the ID of the ticket and run the code. You will see always the last change of the issue.
Read MoreHi people, Since JIRA 7.2.x the plugin “Enlarge Your Excel Export” is not necessary. Now Atlassian have changed the “Excel export” button for new one called “CSV export”, without exporting limits…. See the JIRA 7.2.x release notes …. I doesn’t agree with Atlassian and how changes the existent functionalities ….. Why change the export format ¿?…
Read MoreVery easy, see the JQL example: Project = “JIRA” AND Status CHANGED TO “In Progress” DURING (“2015/08/01″,”2015/10/05”) Other Syntax: This JQL shows all issues which have been in “Status A” for more than 14 days project=XXX and status changed to “Status A” before startofday(-14) and status = “Status A” This JQL shows all issues which…
Read More