I would like to add an issue collector to a web site for the creation of Epics and Stories.
In order to do this, I need to be able to allow the entry of these fields in the Issue Collector, however, these fields are not available when I build the issue collector.
Is there a configuration step I need to follow? I am using a stand-alone version of JIRA
Do you need the user to be able to dynamically set the epic? I'm not sure that is possible but one thing we do is manually set it through the javascript. For example:
Lets say I have an issue collector setup and on the page where I have inserted the necessary code to have the form; I include the custom field number for the epic field which I got from viewing the page source. I then pass the epic slug. example:
<script type="text/javascript">window.ATL_JQ_PAGE_PROPS = { "triggerFunction": function(showCollectorDialog) { //Requries that jQuery is available! jQuery("#submit-link").click(function(e) { e.preventDefault(); showCollectorDialog(); }); },fieldValues: { summary : '', components : ['19012'], customfield_10204 : "RSP-5064",
Where
customfield_10204 :
is the epic field and
"RSP-5064",
is my epic slug.
I hope this helps and makes sense. If you need the full script I can try to get you that but will have to doc out specific info.
Best Regards,
Shawn Kemp
Hi Shawn, could you please provide the full script? I was able to get the custom field number and added the code to my script, but it did not work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
Let's generate js and set into your request related Epic.
Hope it helps.
Cheers,
Gonchik Tsymzhitov
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.
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.