I am able to add Custom TextField to Create screen but when Iam adding the Custom TextField Read Only and Custom Scripted Field it was not adding to the Create Screen. I followed the same approach for adding Custom TextField and Custom Text Field Read Only, but one is working and another not working. Could any one help out with this issue.
Hi Vyshnavi,
TextField (Read-only) : This field type can only be set by code or during system import.
It can be used during import or by any plugin (custom development). So it won't appear on create issue screen. That being said what are you trying to use the field ? I can help with some other solution or workaround
Hi Aswin,
I am trying to add a TextField(Read-only) with options yes or no. My requirement is to check the due date, if it is past give the field value as 'yes' and if the duedate is in future then the text field value should be 'no'. I also tried to get this using behaviour plugin but I am not able to get the field on the screen. Could you please help me to sort this out...
Thanks in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As Aswin points out, the field you are trying to use is not for that purpose.
What you really want here is totally different. You should probably be using either
or
or
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey thanks Nic, got some idea about this now so if I want to use a scripted field then can you please explain the correct process to do that??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Create a new scripted field as per normal custom field, then go to admin -> scripted fields.
You'll then need to write a bit of code that does your calculation and returns Yes or No.
Have a look at the script runner docs for some guidance on the coding.
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.