JIRA allows you to view search results in several different formats, including Word, Excel, RSS or XML. A search view that returns too many issues can take a long time for JIRA to complete and can use a large amount of memory. It can be a factor in OutOfMemoryErrors in JIRA. An large RSS feed of search results…
Read More[SOLUTION] Where is the “Webhooks” option in JIRA / Confluence ¿? … seems disappeared
If the option System > Advanced > WebHooks is hidden… Probably you lost the add-ons. Only you need is install as a plugin in JIRA & Confluence. Yo can download for JIRA 6 & Confluence in the Word attached (inside there is a ZIP with the .JAR’s) jira-confluence-webhooks-plugin Webhooks documentation: https://confluence.atlassian.com/display/JIRA063/Managing+Webhooks More documentation: https://developer.atlassian.com/static/connect/docs/latest/modules/common/webhook.html
Read MorePHP Scripts with JIRA REST API
Searching for issues We can use the search API available at http://example.com/rest/api/2/search with the JQL “created > -1d”. <?php //pull in login credentials and CURL access function require_once(“utils.php”); //create a payload that we can then pass to JIRA with JSON $jql = array( ‘jql’ => ‘created > -1d’ ); /*define a function that calls the…
Read MoreeazyBI JIRA add-on cannot cancel IMPORT ( seems ZOMBIE the import process)
Connect to the MySQL eazybi_jira database Launch this sentence “SELECT * FROM eazybi_jira.source_applications;“ Change the status to “imported” for example
Read MoreJIRA cannot cancel REINDEX ( seems ZOMBIE the reindexing process)
In a big JIRA’s I do not recommend reindex in background, probably the Reindexing Service cause timeouts and integrity problems with the issues (currently created by users while the process background is still running) and then, probably will be corrupted (only the status or the transaction caused by the timeout). This problem can be fixed by…
Read MoreJIRA / Confluence Server ID’s documentation and TrustedApps
Documentation about how to link JIRA with Confluence like a TrustedApp: https://confluence.atlassian.com/display/DOC/Setting+Up+Trusted+Communication+between+JIRA+and+Confluence How to change the Server ID in a JIRA test environment: https://confluence.atlassian.com/display/JIRAKB/Changing+Server+ID+for+Test+Installations How to change the Server ID in a CONFLUENCE test environment: https://confluence.atlassian.com/display/CONFKB/How+to+change+the+server+ID+of+Confluence How to create a TrustedApp with duplicate Server IDs: https://confluence.atlassian.com/display/CONFKB/Cannot+Create+Trusted+Application+Communication+for+Cloned+Instance Error lost Server ID and TrustedApp: https://confluence.atlassian.com/display/CONFKB/Encountered+_APP_UNKNOWN+Error+When+Using+JIRA+Issues+Macro
Read More
JQL Reference manual (How to Perform an Advanced Search)
If you need more info about how to use JQL, tricks, etc, we strongly recommend the Book “JQL Per tutti” of Fabio Genovese (Artigiano del Software) Book available in Italian, Spanish, Catalan, French and English! JQL Manual: https://confluence.excentia.es/pages/viewpage.action?pageId=27329688 JQL Atlassian Manual: https://confluence.atlassian.com/display/JIRA/Advanced+Searching How to Perform an Advanced Search Choose Issues > Search for Issues. The issue navigator will be displayed. If there are…
Read MoreHow to install JIRA / Confluence on local server
Download and install JIRA from: https://es.atlassian.com/software/jira/download Download and install MySQL Server from: https://dev.mysql.com/downloads/file.php?id=456518 Create the Database: https://confluence.atlassian.com/display/JIRA/Connecting+JIRA+to+MySQL Install MySQL Connector in Tomcat: Download from: http://dev.mysql.com/downloads/connector/j Copy the file mysql.jar in the {TOMCAT_PATH}/lib Incredible but is true… then we need install another time JIRA! That’s it!
Read More[SOLUTION] The issue lost the workflow transaction buttons and when the issue is moved an ERROR is triggered
Launch the Integrity checker from the Administration view “Check Workflow Integrity” ( in order to avoid timeout on the web transaction, is good option connect to the original IP:PORT of the JIRA for example: http://127.0.0.1:8080) If when the issue is moved an error is raised like “duplicate key entry…“, the best option is launch this instruction in…
Read MoreHow to Install CONFLUENCE in CLUSTER
This guide covers installing Confluence Data Center, which is a clustered solution, for the first time (with no existing data). If you have an existing Confluence instance, see Moving to Confluence Data Center. 1. Clustering requirements and terminology To run Confluence in a cluster you must: have a clustered license. use a supported external database, operating system…
Read MoreHow to Install JIRA in CLUSTER
Before you start: Before you install JIRA Data Center, please review this pre-requisite information: Understand how JIRA Data Center works. Understand the node requirements: Each JIRA node must run on its own machine (physical or virtual), with a separate machine for the shared services. The shared services machine must be accessible by each node. Normal…
Read MoreHow to Cluster Atlassian Server Apps in your Data Center – JIRA, Confluence, Stash with MySQL Galera Cluster
Atlassian apps are widely used by development teams to facilitate software development and collaboration. For larger teams who require enterprise-grade tools, you might want to host the applications in your own data center and cluster them for high availability and performance. In this blog post, we are going to deploy a redundant active-passive setup for…
Read More




