Hey guys so I'm basically looking to make one of my custom fields as a description field instead of a context field.
The idea behind it is that my service desk is mostly comprised of custom fields and we link the service desk issues to our kanban board. Now Ive gone and linked some custom fields for testing to the Kanban's Bug Screen and it works, kinda.
It puts the added fields into the context fields and does not allow it to be apart of the description fields. So now my custom field is stuck on the right hand side instead of in the main view of an issue. Any way to change this so that it can be under description?
Only multiline text fields can be placed there. So you need to change the field to that if you want to position it there.
I saw a post about that and it got me thinking of an idea.
Do you know if I am able to populate custom fields with the values of other custom fields during an automation function perhaps?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use automation for Jira for it.
Trigger on: Field value changed --> your source custom field
IF (some condition can be applied if necessary (e.g. only do this for issuetype = bug)
Then: Edit issue --> destination custom field --> {{issue.source custom field.value}} so in your case {{issue.Material/Request Number.value}}
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.