public interface

EditFieldConstants

com.atlassian.jira.functest.framework.fields.EditFieldConstants

Class Overview

If you're tired of continuously redefining the same constants for fields in all your functional tests, why not keep them here in one place?

These are constants intended for use in setting form elements, e.g. tester.setFormElement(xxx, "some value");. They could also be used in assertions or anything you like really.

Constants

public static final String DUEDATE

Constant Value: "duedate"

public static final String REPORTER

Constant Value: "reporter"

public static final String SUMMARY

Constant Value: "summary"

public static final String TIMETRACKING

Constant Value: "timetracking"

public static final String TIMETRACKING_ORIGINALESTIMATE

Constant Value: "timetracking_originalestimate"

public static final String TIMETRACKING_REMAININGESTIMATE

Constant Value: "timetracking_remainingestimate"

public static final String WORKLOG

Constant Value: "worklog"

public static final String WORKLOG_ACTIVATE

Constant Value: "worklog_activate"

public static final String WORKLOG_TIMELOGGED

Constant Value: "worklog_timeLogged"