Hi
I am trying to update comment body using JIRA rest API, everything works fine but text indent is not working.
*text* is making the text bold
\n is creating new line
but I want the next line to start 1 tab space from the previous line
For Ex:
This is my first line
Here my second line should Start
If I use \t that is printing the \t as it is instead of the tab space.
Thanks in advance.
Newest update for at least JIRA 7.1.x:
To disable the Scrum, Kanban, and/or Basic Software Project Templates, i found their modules under "Application Components" > JIRA Agile:
* disable "gh-scrum-template"
* disable "gh-kanban-template"
* disable "basic-software-development-template"
I do this so that no new issue type schemes, screen schemes, workflow schemes, etc are created by someone creating a new project and selecting a type. I've got mine much more centrally controlled so that they have to copy a certain existing template project which will give them the correct schemes and reduce redundancy or mismatching
man .... I can't tell you how happy I am that I wrote these answers because I keep having to go back to them myself hahaha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry that I forgot where it was in the 6.x versions, but for version 7, if you want to disable the Basic Software Development project template, there is no module that you can disable. Instead you have to run the following SQL query to edit the database value for it:
> insert into pluginstate values ('com.pyxis.greenhopper.jira:basic-software-development-template', 'false');
Source: Atlassian Support
NOTE: This is no longer necessary as I found the specific module for this under Manage Add-ons > Application Components > JIRA Agile (see my second Answer for this question for details)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you also wish to disable these for the new demo project creation function:
* Under "JIRA Core Project Templates Plugin" disable "core-demo-project" module
* Under "JIRA Agile" plugin, disable "software-demo-project-scrum" and "software-demo-project-kanban" modules
:)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Once we upgraded to 6.4.11, I was able to find the following module to turn off:
JIRA for Software Plugin - "jira-software-development-project-template"
Disabling that module removed the selection from project creation screen. ![]()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
DELETED as have newer update
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.