Working with Panels in the Jira Issue View

In this post we want to show how to change some parts of the web panels of the Jira Issue View context. We can start changing the default global settings of Jira (in the Advanced section). We can change the jira.table.cols.subtasks variable to add more fields to the web panel, also with the variable jira.view.issue.links.sort.order we…

Read More

How to extract an Excel report from Tempo Timesheets using an URL

It’s very easy! Just use an URL like this: https://yourserver.yourdomain/plugins/servlet/tempo-getWorklog/?dateFrom=2019-01-01&dateTo=2019-01-31&format=excel&diffOnly=false&tempoApiToken=my-token (here the documentation of the Servlet) remember to set the dateFrom, dateTo params The ApiToken you can find it in the Apps section of Jira, on Tempo “Access Control” option  

Read More