how to remove comments field on transition
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);
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
@Chander Inguva You just saved me a ton of time!!! Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No Problem Jeremiah. Cheers!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.