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

JQL Trick: How to search for labels with a wildcard expression in Jira Server

If your company has installed Adaptavist Scriptrunner you are in luck! You are available to do a search for labels using a wildcard expression using JQL You can use the JQL function issueFieldMatch Example of usage: issueFunction in issueFieldMatch(“project = JRA”, “labels”, “ie[8|9]”) This will search for tickets with “ie8” and “ie9” labels issueFunction in…

Read More

Mastering JIRA Course by MrAddon in the Knowtech Barcelona offices

We are happy to announce the new COURSE / TRAINING “MASTERING JIRA” in the Knowtech offices in Barcelona ( inside the Glories Comercial Center). See the summary and levels of the course. Different modules for different professional roles. The modules are not consecutive. Learn JIRA Basics in only 2 hours!! Special or employees of IT…

Read More

Script JQL Functions: Included Functions in Groovy ScriptRunner

JQL functions: hasComments commented lastComment lastUpdated hasAttachments fileAttached workLogged dateCompare hasSubtasks subtasksOf parentsOf hasLinks hasLinkType linkedIssuesOf linkedIssuesOfRecursive linkedIssuesOfRecursiveLimited expression aggregateExpression issueFieldMatch issueFieldExactMatch myProjects recentProjects projectMatch / componentMatch / ver earliestUnreleasedVersionByRelease addedAfterSprintStart removedAfterSprintStart incompleteInSprint completeInSprint nextSprint previousSprint inSprint(board name, sprint name) See more in Adaptavist ScriptRunner

Read More

New book “Mastering JIRA” for advanced administrators

BUY BOOK About This Book Customize JIRA for a variety of applications such as software project management, Agile tracking, and test management with the help of sample data to get you started Deploy big JIRA instances by planning the installations for Enterprise A comprehensive guide on JIRA with an easy-to-learn structure to help you become…

Read More