Configure the User macro: That’s all! Try it in some Confluence page MrAddon by TecnoFor .
Read More
Configure the User macro: That’s all! Try it in some Confluence page MrAddon by TecnoFor .
Read MoreTerraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service providers as well as custom in-house solutions. Infrastructure is described using a high-level configuration syntax. This allows a blueprint of your datacenter to be versioned and treated as you would any other code. Additionally, infrastructure…
Read MoreCLICK HERE TO READ THE NEW DOCUMENTATION OF THE PLUGIN Display a Gantt representation of your board Display a Gantt representation of your Kanban board. It’s very easy and Plug and Play. The lines are colored by the Epic-color Very easy to configure. Just show the dates Very easy to configure. First add the…
Read MoreThe project consists of a website made with HTML / Javascript / PHP where people can subscribe by entering their email and using MoneyButton (which requires using a bit of Bitcoin SV). Once the subscription payment is made, a ticket is created in a Jira in a public project where all orders and their status…
Read MoreEnglish – https://elconsejosimpatico.github.io ElConsejoSimpatico.org is something like a totally decentralized Twitter, to test any kind of CENSORSHIP and DDoS attack (Denial of Service), based on smart contracts in the blockchain of Ethereum using only HTML5 pages and javascript type Web3 to work. Remember that you must use MetaMask in your browser, or use Brave as…
Read MoreWith Adaptavist Scriptrunner or MyGroovy plugins for Jira Server and a little groovy script we can validate/require or make mandatory the second drop down of a cascading field. Just create a Simple scripted validator in the transition! Example: Very easy! Example: By MrAddon
Read MoreThis is an example of How to create a simple web standalone (that doesn’t use server-side scripts) to get pictures from the webcam, you can name it and save it as a PNG file. Few lines of code and very useful! See it on GitHub By MrAddon
Read MoreVery easy! Just install the plugin JSON API in your WordPress ( to allow a REST API to export your blog posts). See more. We can try the plugin doing a simple request by URL to your WordPress blog. https://www.your_wordpress.com/api/get_recent_posts/ We will obtain a response in Json like this: We can format the response to…
Read MoreThis example show a button in the “More” option of the issue tickets called “Approve this issue“. This button call a Scriptrunner REST custom Endpoint and returns a “flag” Object to be shown as alert in the ticket. First go to “Add-ons-> Scriptrunner –> REST Endpoints” and add this script: Then save the REST Endpoint.…
Read MoreIt’s very simple! Just write with your favorite text editor a XML file, like this example: Now upload the XML file to the internet (like github), and get the RAW URL of the file. Now, go to ADD GADGET in your DASHBOARD, then MANAGE GADGETS and install the URL of the XML file. That’s all!…
Read MoreThe best way is using CURL from command line time curl -D- -u raul.pelaez:*** -X GET -H “Content-Type: application/json” http://127.0.0.1:8080/rest/api/2/search?jql=assignee=raul.pelaez real 0m7.098s user 0m0.004s sys 0m0.012s time curl -D- -u raul.pelaez:*** -X GET -H “Content-Type: application/json” http://10.2.29.224:8080/rest/api/2/search?jql=assignee=raul.pelaez real 0m7.562s user 0m0.008s sys 0m0.008s time curl -D- -u raul.pelaez:*** -X GET -H “Content-Type: application/json” https://jira.domain.com/rest/api/2/search?jql=assignee=raul.pelaez real…
Read More