I have field name business requirements which is a scripted felid.
The jql queries all the requirements, user stories issue type for a particular project
If I I have to use this field for other projects how do I use it.
I want the feild to display only user stories related to that particular project but only
how do I specialize the query and stil use the same feild across project
Is this for DC (server) or Cloud?
Ok, then your scripted field should have its "context" modified so that it appears in all the projects that you want to add it to.
Go to Admin -> Issues -> Custom fields, find it in the list and look for the "configure" option against the field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Issue type Enhancement" ,"User Story","Business Requirements") AND project = " Project A"
This is the current configuration for scripted field. However, If I Use the same JQL for different project, lets say Project B , even though I configure it using the context, it will show the requirements from Project A only.
I wanted to use the same field and have it display requirements for Project B when the requirement's scripted field is used in Project B.
How do I make the JQL query specific to a Project and still use the scripted field across multiple projects .
Issue type in Enhancement" ,"User Story","Business Requirements") AND project = " Project A","Project B"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you only want to look at Project B, then just add "and project = B" to the query.
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.