I guess this is for Manually added Custom Fields, how to check Id for default system fields?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Custom fields have numerical id's whereas the system default fields all have names (tends to be a 1:1 ie assignee = assignee).
This link lists them;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the reply, what I'm trying is when I create an issue I have the two fields due date(system field) and priority(select list drop-down), I need to auto-populate the due date field to today's date when I select any of the select list in the priority field. do you have any idea on this to help?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This isn't possible with a standard Jira setup. You can only change fields with post functions and not based off the value of another field. I don't know if any add-ons such as script runner would be able to do this
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.