(edited due to typo in the original post)
Hi Folks,
Can anyone help me withe the proper syntax for pre-populating a label when using the URL for Create Issue?
I've tried various combos, but it doesn't work
This sort of things works fine for me"
https://<server>/secure/CreateIssue!default.jspa?pid=10000&issuetype=10000
(i.e. without the Lable parameter)
But this doesn't:
https://<server>/secure/CreateIssue!default.jspa?pid=10000&issuetype=10000&labels=%22PI7%22
Any ideas?
Jira expects parameters in a url to be quoted in double quotes, it sees single quotes as part of the data.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic,
Thanks for the reply, but that suggests the URL should be as per the example (i.e. with '&labels=%22PI7%22'), but that doesn't actuially work.
Do we know if it's possible to pre-populate a label? Perhaps this is one field you cannot pre-populate?
Aby furthre help appreciated.
Regards
Mick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's the one you said works fine, so I'm a little confused.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ooops, silly me - I meant to say, the one that works fine is:
https://<server>/secure/CreateIssue!default.jspa?pid=10000&issuetype=10000
i.e. without the Lablel parameter
Regards
Mick
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.