Exporting string constatns while copying

I am trying to copy selected bib entries from my library so that I can use it in a different project. Copying from a related question, here is a MWE:

.bib file:

@String{grl = "Geophys. Res. Lett."}

@article{claudepierre:20a,
    author = {Claudepierre, S. G.},
    journal = grl
}

When I copy it by using ctrl+C and then paste it into my editor, the journal name continues to be grl, whereas the desired behavior would be Geophys. Res. Lett.

I would really appreciate any help, thanks!

Hi,

Copy and paste of String constants is not yet supported. Either you add them manually to your bib file (eg. open in an editor) or you can add them using Library properties → Strings constants.
JabRef considers Strings as metadata, while copying and pasting only operates on entries.

However, it should be possible to search and parse String contants on pasting and adding them to the library. I suggest, you open an issue at our gihtub repo for this:

For reference, the github issue Replacing String Constants During Copy-Paste · Issue #10872 · JabRef/jabref · GitHub