We are very happy to announce the new MrAddon comic to present our new Apps for Jira! Illustrations have been created by wHell! Design Art Studio. We hope you like it and enjoy it! Download the COMIC in PDF format By MrAddon
Read More
We are very happy to announce the new MrAddon comic to present our new Apps for Jira! Illustrations have been created by wHell! Design Art Studio. We hope you like it and enjoy it! Download the COMIC in PDF format By MrAddon
Read MoreA simple example code: function getCurrentUser(issueId) Example query: /rest/scriptrunner/latest/custom/getCurrentUser?issueId=KEY-111 Example result: {“currentUser”:”rpelaez”,”issueId”:”KEY-111″} By MrAddon .
Read MoreIn this example we will create a new Dialog inside Jira using Scriptrunner, a little bit of HTML, Groovy and Javascript. First we will create 2 REST Endpoints (one to show the Dialog and another one to show a HTML page with the results of the action). Custom REST EndPoint: showDialogExample (example code extracted from…
Read MoreIn this exercise, we will use a sample code of Adaptavist library in order to create a new “Escalation Service” in Jira (using the plugin Scriptrunner for Jira) to create scheduled alerts from a Jira JQL query to a Slack channel (using a Webhook). (click here to see the sample code) As first step, go…
Read MoreIn this post we will create in an easy way a new Slack Bot to obtain results of the rankings from Crypto-coin markets. In this case from https://coinmarketrank.io/ Just go to https://api.slack.com/apps?new_app=1 Set an App name and a Workplace to add the robot development like in the picture Click on “Slack Commands” (we will create…
Read MoreWe can use Behaviours in order to hide options of a customfield/dropdown in Jira depending of the value of the IssueType. If you are new I recommend first to do this example: Show/Hide Mandatory fields in Jira dynamically with Behaviours Behaviours is part of the Scriptrunner plugin of Adaptavist. In this example we will observe two…
Read MoreEvery time we need access to administrative pages of Jira, we see this: so the question is: it’s possible hide that feature? I wanna go directly to administrative page without that password request and the answer is …. Of Course, it’s possible. Now we see how. Just add and entry in this file: jira-config.properties ,…
Read MoreIn my job experience I saw several problems and strange situation. In this post we examine some of this situations and how we solve them . In this post we discover some interesting tricks 😉 Copy fields from parent to subtask issues During my work time I0ve received this request. We need copy some fields…
Read MoreI know that we all go with very limited time, that’s why I decided to make you a small schematic summary in 4 links of the remote Atlassian event of this year 2020, I hope you like it and it will be useful to you! Atlassian Cloud Apps with Forge UI Jira Cloud 2020 New…
Read MoreIn this post I wanna talk about a fact I saw during my work experience. How link Jira Server with BitBucket Cloud. If I try this link, well, I report an error like this: Error! Invalid OAuth credentials. Check Jira log for more information. Let me explain how solve this problem. Scenario IN this case…
Read MoreFirst of all, please remember How to create and invoke a new REST Endpoint in Jira: JIRA Scriptrunner REST Endpoint & Web Fragment example In this exercise we will create a REST Endpoint in our Jira using Scriptrunner plugin to clone an existing project. The REST endpoint in this case accept two params: project_key and…
Read More