New feature! Configurable default description templates per project and issuetype! No Jira Cloud administrator intervention required! Coming soon!

At MrAddon we are very happy because we will soon release a new super functionality to Description Templates for Jira Cloud! Now, without the intervention of an administrator, you can create description field content templates to be displayed by default when you create new tickets, just like you could before in Jira Server, but now…

Read More

Obtaining Confluence metrics & SQL tricks

MySQL query to get the last login of all members of the confluence-users group SELECT distinct u.lower_user_name, l.successdate FROM cwd_user u LEFT JOIN logininfo l ON u.user_name = l.username JOIN cwd_membership m ON u.id = m.child_user_id JOIN cwd_group g ON m.parent_id = g.id JOIN spacepermissions sp ON g.group_name = sp.permgroupname WHERE permtype=’USECONFLUENCE’ order by u.lower_user_name; …

Read More