Nuevo Evento: Imaginando el futuro de Atlassian junto a Blockchain e Inteligencia Artificial

Fecha del Evento: Date & timeThu, Feb 24, 6:30 PM (CET) Video del evento: https://youtu.be/3lPB_XWTcyI RSVP (Reserva tu ticket gratis): https://ace.atlassian.com/events/details/atlassian-barcelona-atlassian-community-events-presents-imaginando-el-futuro-de-atlassian-junto-a-blockchain-e-inteligencia-artificial/ En esta ocasión, el ponente invitado, Raúl Peláez, nos va a teletransportar al año 2030 para poder vislumbrar cual puede ser el panorama futuro al que podría evolucionar el ecosistema Atlassian, cuando se una…

Read More

How to fix error in panel Issues in Epic: An exception occured while rendering the web panel: com.pyxis.greenhopper.jira:greenhopper-epics-issue-web-panel (null)

Hello visitor, If you are expereincing this error: Probably exist a corrupted linked issue in this Epic. Atlassian recommneds to fix it, do operations with SQL, but that is NOT my recommendation: https://confluence.atlassian.com/jirakb/issue-screen-displays-error-rendering-greenhopper-epics-issue-web-panel-in-jira-server-779158857.html Probably the better solution is to run a little Groovy Script in Scriptrunner using the “Script Console” to run just one time!…

Read More

Create Confluence Cloud spaces from Jira Cloud Workflow Postfunction (with Scriptrunner)

First of all, create a new API Key Token: Create an API key: https://id.atlassian.com/manage/api-tokens# Combine the key with login name in base64 string, go to https://www.base64encode.org/  Format is loginname:API-key exampel: email@email.com:ABCDE12345 give result: a3Jpc3Rlci5icm9tYW5AYWR2YW5pYS5zZTpBQkNERTEyMzQ1 Combine this with the authentication type in the below case a basic so the full text is: Basic a3Jpc3Rlci5icm9tYW5AYWR2YW5pYS5zZTpBQkNERTEyMzQ1  Now we are ready to create the…

Read More