Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • What determines what is on the "top of the heap" in the backlog? Is it Priority? If we put something at the very top, and work was started, but not completed, it went into the backlog at a lower position... need to know how to ensure it stays at the top

Remove comments field on transition

Stefano Rosario Aruta
Contributor
February 11, 2019

how to remove comments field on transitionAnnotazione 2019-02-06 140200.png

this code it does not work:::::

import com.atlassian.jira.issue.Issue;
import com.atlassian.jira.issue.fields.layout.field.FieldLayoutItemImpl.Builder
import com.atlassian.jira.component.ComponentAccessor
def c = ComponentAccessor.getCustomFieldManager().getCustomFieldObjectsByName("comment");
c.setHidden(true);
//issue.getFieldById("Comment").setHidden(true);

2 answers

1 vote
Chander Inguva
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
December 22, 2015

Hey Don,

               In addition to what James mentioned, to play around please refer to this documentation https://confluence.atlassian.com/agile/jira-agile-user-s-guide/working-with-issues/ranking-an-issue

 

Regards

Chander Inguva

Jeremiah Landi
Contributor
January 20, 2016

@Chander Inguva You just saved me a ton of time!!! Thank you.

Chander Inguva
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 20, 2016

No Problem Jeremiah. Cheers!!

1 vote
James Strangeway
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 22, 2015

Ranking is what is used to determine the position on the backlog.  If you complete a sprint and any work not completed would go to the back of the backlog (as it was ranked higher because it was in the sprint) unless you have another sprint open.  In that case and incomplete work from a prior sprint will go to the next sprint.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events