Hi Guys.
Maybee anyone know how to how to get IssueType in JavaScript ?
I am using JIRA 5.
My goal is modify Customfields depends on value in anoter one. I would like use onchange function for it, but my problem is I must call it only for one IssueType. ( I using this customfield for many IssueTypes).
Thanks a lot !
Regards
Mik
AJS.$(
"#type-val"
).find(
'img'
).eq(0).attr(
"alt"
);
Try AJS.$("#issuetype-field").val()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
var issuetype=AJS.$("#issue-create-issue-type").text();
Try the above script in latest JIRA version . (applicable on create issue JSP)
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.