hi for jira for cloud is it possible to set a default value ? if yes what are the steps to be followed ?
Hi @Subhash GM
You can not set a default value for the label. It is not possible without any help from an extra plugin. Label fields don't have this function.
There are two ways you can achieve it.
MODIFY WORKFLOW STEPS
Edit the workflow->"create transition" to add a post function to the create step.
You can not edit labels as a field directly so you will need to add your label-name to a temp custom field that is a text string.
Add another post function that copied this field to the labels field
Clear the temp custom field value.
If you want to use a script runner plugin then below is the instruction to use it.
https://scriptrunner.adaptavist.com/latest/index.html
I tried the first solution before, if you will go with the first solution then there is no need to use an extra plugin.
2. On another note are the re any dos-a don't for jira_confluence_for standalone tgat-may-be followed ?
Would appreciate any help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi steve. it dis not seem to work IN JIRA CLOUD ...
Also is project automation option available in the data center version-i do not think so ?
Many thanks for yr assistance
regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi steve. it does not seem to work IN JIRA CLoud
Also is project automation option available in the data center version-i do not think so ?
Many thanks for yr assistance
regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Subhash GM
There is another option without a plugin as you're on Cloud - Automation.
There are two types of automation:
For example, to create a project-level rule:
Now when each issue is created, it will add the desired default label as long as the issue is created in that project. You might need to refresh the page after each issue creation to see it.
You can do this via global rules to apply to all projects also. You'll need to be a Jira Admin/Site Admin, then instead of going to Project Settings, go to Jira Settings (cog icon on left-hand navigation bar) > System > Automation Rules (left-hand menu).
See more on using automation on these help pages.
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ste Wright I like this one. @Subhash GM you should go with this solution. It is very simple to implement.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Subhash GM
Responding under my question as it appears you're referring to it - have you tried the above? Or are you using @Monika Rani 's suggestion?
It does work in Cloud - I built the scenario in a Cloud instance before writing it here - where does it appear not to function?
Automation is available in Data Center but not natively - it's a paid add-on. See: https://marketplace.atlassian.com/apps/1215460/automation-for-jira-server?hosting=datacenter&tab=overview
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Steve, Yes I tried again earlier this week on cloud and it works ok
However, owing to some architectural changes we are now constrained to try this out in the datacenter version
Thanks again for your assistance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No worries @Subhash GM
You can use Automation in Data Center, albeit it's a paid application rather than built in :)
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is a really nice workaround. Of course, the problem with that solution is that it works after the issue creation. It may result in having that default value where it should be removed.
I think that was the only reasonable solution for years. Thank to Forge you can now apply Default Value for native fields at create screen with a plugin like Dynamic Forms for Jira.
Cheers
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.