SEE YOU IN LONDON?

Atlassian has just announced the most important event in Europe on Jira Service Management, so you can learn directly from the manufacturer its vision on ITSM and ESM. The event will be in London on December 8, and the TecnoFor team will be present, to learn first-hand about Atlassian’s future plans (if you’re going to…

Read More

Jira Cloud 2020 New features!

ROADMAPS:   AUTOMATIONS!   TRASH & PROJECT ARCHIVING:   ROADMAPS IN CLASSIC PROJECTS: (COMING SOON)   ADVANCED ROADMAPS: (COMING SOON IN PREMIUM EDITION):     AUTOMATION: INTEGRATIONS WITH THIRD TOOLS LIKE MICROSOFT TEAMS   TRASH AND PROJECT ARCHIVING (COMING SOON):

Read More

How to read attributes from LDAP in Jira using Groovy

Example script code in Groovy to read attributes from persons of the LDAP in Jira Server or Datacenter by MrAddon @GrabResolver(name=’apache-snapshot’, root=’http://repository.apache.org/snapshots/’) @Grab(group=’org.apache.directory’, module=’groovyldap’, version=’0.1-SNAPSHOT’) import javax.naming.Context; import javax.naming.NameNotFoundException; import javax.naming.NamingEnumeration; import javax.naming.NamingException; import javax.naming.directory.Attribute; import javax.naming.directory.Attributes; import javax.naming.directory.BasicAttribute; import javax.naming.directory.BasicAttributes; import javax.naming.directory.ModificationItem; import javax.naming.directory.SearchControls; import javax.naming.directory.SearchResult; import javax.naming.ldap.InitialLdapContext; import javax.naming.ldap.LdapContext; import javax.naming.ldap.LdapName; import java.text.MessageFormat;…

Read More