Hello,
As directed, I added below code in Announcement Banner:
<script type='text/javascript'>
AJS.$(document).ready(function() {
AJS.$('#ghx-issues-in-epic-table tr').each(function(){
console.log('Found epic table');
var row = this;
var issueKey = AJS.$(this).attr("data-issuekey");
AJS.$.getJSON(AJS.contextPath() + '/rest/api/latest/issue/' + issueKey, function(data){
console.log('Got data for - ' + issueKey);
var value = data.fields.customfield_10212;
console.log('Value - ' + value);
var actions = AJS.$(row).find('td.issue_actions');
AJS.$(actions).before('<td class="nav">' + value + '</td>');
});
});
});
</script>
however I did not get field added to "Issues in Epic" Panel, instead same code appeared on the Page and through out JIRA Application, appearing like Banner. Not sure what I am missing. Can some one explain.
Hello,
There is another way to do this .
Nice teaser!
Can you please tell us how?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI,
You can write a java script to handle this and also handle issues to appear in plug-in filters but very tricky.
best regard,
Moses
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are couple of Use Cases, atleast for Our Company:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no feature or function to modify what data is shown. If you interpret that to be a 'limitation' then yes.
There appears to be a feature suggestion here https://jira.atlassian.com/browse/JSW-14565 It has no use-cases or votes though. It would be beneficial to explain what data you're trying to show so Atlassian can read it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it a limitation from JIRA? can it be added in new releases?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's just not configurable. There is no feature or function to modify what data is shown on the Epic Panel.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
okie, so coming back to my question, How can I add Columns to Issues in Epic Panel?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You cannot use HTML in the announcement banner in JIRA Cloud. It is restricted.
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.
Are you using JIRA Cloud or an on-premise installation of JIRA?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Show up and give back by attending an Atlassian Community Event: we’ll donate $10 for every event attendee in March!
Join an Atlassian Community Event!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.