Can you help me with this format, we are cloning issues using automation and storing cloned value (key) in a url type custom field, so that user can use this link and go to cloned issue.
I am using a smart value as {{createdissue.url) which generates a lengthy url in that custom field.
Can you help me in such a way that only cloned key should be come in that custom field.
Eg:
{{createdIssue.url}} generates https://abc.net/browse/ATV-237
my requirement is it should generate only ATV-237 and should be hyperlinked to its URL.
Thanks,
Raju
I have to ask why you're trying to use a custom field and generate a URL rather than setting your rule to generate a link between the two issues in the create issue action?
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.
For Hyperlink the field should support wiki formatted data so here are the steps
Let me know if you have further queries
Thanks,
Pramodh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Its not working, if i use {{createdIssue.key}} it is generating only ATV-15 (not a hyperlinked one)
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.
Hi Promod,
I used same, but no result still showing as same (only key not a hyerplinked one
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could try changing the custom field type to a text field and use {{createdissue.key}} smart value. That should return the key and Jira should automatically create a link if the issue exists in the system.
Thanks,
Tim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Its not working, if i use {{createdIssue.key}} it is generating only ATV-15 (not a hyperlinked one)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What type of field are you using and what renderer does that field use?
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.
ok. It looks like @Pramodh M was correct and you need to use the paragraph type field. That field supports rich text.
The short text field only supports plain text. Sorry about that.
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.