How to make text field (multi-line) custom field support richtext/wiki format in Jira like the Description System field.

If you want to see your text field multi-line customfields in JIRA like the system field “Description“, it’s very easy. Just create the field (text field multi-line), and in the Field Configuration Scheme of the project change the field Render to “Wiki Style“. This is all! (Click here to see how to construct your Description…

Read More

One simple way to obtain time measures of JIRA from terminal

The 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