The other question was from 2013, we use JIRA collector widget, the JS is located at:
/jira/s/d41d8cd98f00b204e9800998ecf8427e/en_UK-dt6y27-1988229788/6265/4/1.4.7/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector.js?collectorId=98e61d0c
What will require to set label in issue created using collector plugin. I've try to set this:
window.ATL_JQ_PAGE_PROPS = {
"triggerFunction": function(showCollectorDialog) {
$('footer .right a:last-child').click(function() {
showCollectorDialog();
return false;
});
},
"fieldValues" : {
'versions' :'10754',
'labels': 'Avenge-Rs' // also tried ['Avenge-Rs']
}
};
but when I call show dialog function there is no labels (only summary and title) and the label was not created. Can I have labels with this version? Is this old version of the plugin? Does it support labels, can I update this plugin (I can request to Admin). What should I request, if needed?
Did you ever figure out how to add labels to an issue collector?
No, no one answered the question. Awesome support. Even "You can't" is better then nothing.
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.