i need to copy this url value to custom field(i am using jiras default CUstom field[text field] and Custom Field URL Field):
com.sygic.aura://coordinate|17.31102|48.268569|drive
but problem is this character: "|"
how can i fix this? please :)
yes, it is not valid char for URL, so i used escape character |
result:
com.sygic.aura://coordinate|17.31102|48.268569|show
works for me :)
It's not a valid url, so it's not going to work with a url field (or browsers for that matter)
You'll need to use a text field if you want consistent formatting, or move to using valid urls (As you can probably guess, | is not a valid url character - at the very least it should be embedded in a string or escaped in some way, but even then, only as part of a parameter)
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.
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.