You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I want create a custom field in Read-only mode with default value as logged in user and the custom field must be Un-editable so the user cannot change the value.
Is it possible to create in JSM ??
Hello @Guru
Yes this is possible.
First, create a new, Read Only text field. Make sure it is available on the required screens.
Then, create an automation. In that automation you can edit the issue field and fill it with {{initiator.DisplayName}}
That should do the trick, please let me know if that works for you.
Ah yes...RO text field. Forgot all about that!
@Guru , rereading your post...I'm unsure of your intention with this field. Specifically, when do you want that field to be updated? Is it set once and remains static or does it change? If it changes when does that occur? The reason I'm confused, is you indicate the "logged in user". If you mean the reporter, then @Paul Wiggers automation is spot on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jack Brickey I believe the initiator refers to the current logged-in user. Otherwise, you would need to use the {{reporter.displayName}} smart value.
But I agree, it would be nice to know a bit more about when the field needs to be filled so we can create a matching automation to help @Guru out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But isn't the current logged in user going to be the person reporting the issue? This is part of my confusion.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not necessarily, when we create an issue for the customer, we enter the customer's name as the reporter.
That means that I am the initiator, the customer is the reporter and my colleague can be the assignee.
Let's us first wait on when @Guru wants the field to be filled :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
sorry, i should have said Creator as that was where my head was. agree...NMI
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Guru , you can have the field on the Create and View screen schemes but not the Edit screen. Here is an article on managing screen schemes
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.