
hi,
i am new to jira, i installed 30-trail version of jira 5.2.7
i have two projects (Jira 4 upgrade, Demonstration) (in the project dropdown).
i have 3-fields , sfirstname , slastname & sFullname.
the requirement was:
if user select project is "Jira 4 upgrade" then: sfullname = sFirstname + sLastname
if user select project is "Demonstratio" then : sfullname = sLastname + sFirstName.
Note: 1) select 'jira 4 upgrade'/'demonstration' in the main page (back groud page of current screen).
2) click + creat an issue. (+ sign)
3) fullname javascript is working fine.
But: if i change project 'dropdown' on create issue page (pls refer screen). the javascript not working.
please guide me , how to resolve this.
thanks in advance.
Regards,
B.Naganandu
Community moderators have prevented the ability to post new answers.
if your script is working but not working on project change then check the my answer
hi,
i am using same fields in the different projects.
how to implement : different logic for different projects on same fields.
ex: if one-project: fullname = firstname+lastname logic.
but second-project: fullname= lastname+firstname logic. should execute on project dropdown selection
how to achieve this , please help on this.
thanks in advance.
Regards,
B.naganandu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
this is know issue check the following post
https://answers.atlassian.com/questions/47843/strange-javascript-problem-in-create-screen
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.
Community moderators have prevented the ability to post new answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.